user-interface-samples
user-interface-samples copied to clipboard
Multiple samples showing the best practices in the user interface on Android.
This was archived into here, but I don't see it: https://github.com/googlearchive/android-MessagingService/issues/3#event-2685732054 https://github.com/googlearchive/android-MessagingService
This is what I get: 
This: 
It's actually 2 issues: 1. Clicking around the corners doesn't work 2. Clicking doesn't show the clicking effect starting from where it was done. See attached video: [device-2019-10-05-191459.zip](https://github.com/android/user-interface-samples/files/3693457/device-2019-10-05-191459.zip) Tested on...
This is a very important thing for links. Links that are clickable should show it when being clicked, just like on a web browser. See attached video: [device-2019-10-05-193236.zip](https://github.com/android/user-interface-samples/files/3693474/device-2019-10-05-193236.zip) Pixel 2...
See attached video: [device-2019-10-05-195520.zip](https://github.com/android/user-interface-samples/files/3693505/device-2019-10-05-195520.zip)
this is the actual function i created to change app language actual fun changeAppLanguage(language: String) { AppCompatDelegate.setApplicationLocales( LocaleListCompat.forLanguageTags(language) ) } For android 14 it is working fine in compose multiplatform...
[Caveat.zip](https://github.com/user-attachments/files/15532332/Caveat.zip) [font]