user-interface-samples
user-interface-samples copied to clipboard
Multiple samples showing the best practices in the user interface on Android.
In compose_app for Per App Language, after switching the language then pressing back button to close the app, an Application Not Responding message appears. Checking on the logcat, the reason...
This commit refactors the build.gradle file for the ActivityEmbeddingWithPredictiveBack sample app by removing two duplicate dependencies. The redundant dependencies were causing potential conflicts and slowing down the build process. By...
Delete unused `Log` imports.
Changing Apple -> Apricot
I'm running the Grance sample project on emulators running different API levels and on every API lower than 30 that I tried the widget is not rendered correctly: #### API...
Items in LazyColumn are not updated even though the widget data is updated. however when using the (list.forEach()) loop the list is successfully updated. Version: 1.0.0-alpha05 Android: 9 pie
Does this object creation is needed each time inside the Widget or we can move it out to class level? I wanted to create a PR out of this. But...
Reproduction steps: 1. Open either [compose_app](https://github.com/android/user-interface-samples/tree/main/PerAppLanguages/compose_app) or [views_app](https://github.com/android/user-interface-samples/tree/main/PerAppLanguages/views_app) examples from PerAppLanguages folder in Android Studio. 2. Create a keystore and build release app bundle. 3. Use [bundletool](https://developer.android.com/studio/command-line/bundletool) to run the...
https://github.com/android/user-interface-samples/tree/main/CanonicalLayouts#available-canonical-layouts-and-related-implementations Each of the links 404 - maybe they've been refactored to other packages? cc @tiwiz