user-interface-samples icon indicating copy to clipboard operation
user-interface-samples copied to clipboard

Multiple samples showing the best practices in the user interface on Android.

Results 127 user-interface-samples issues
Sort by recently updated
recently updated
newest added

"You need the beta version of Google Play Services to use this feature. Join Google Play Services Public Beta Program and make sure you have v11 installed on your device...

migrated googlesamples

Hi I have a chat list view in the bubble notifications which has a swipe listener requiring the position of the listview items. In a regular activity i get this...

How to judge whether the application is alive or not to open different Activity? Example: The final page to reach is search A: Application alive step 1 MainActivity 2 SearchActivity...

There's a race condition between binding and pinning the slice. It has to be pinned first, otherwise trying to bind it throws an exception and the slice isn't displayed.

Hi! I have implemented the bubbles feature according to the documentation here https://developer.android.com/guide/topics/ui/bubbles Everything is working fine except that none of the dismissed bubbles appear in the recent bubbles tab....

Im getting error "E/FirebaseMessaging: Notification pending intent canceled" while clicking on the notification, this happens when the app is in background and push came try to open it getting the...

migrated googlesamples

Can the [WindowsInsetAnimation demo,](https://github.com/android/user-interface-samples/tree/master/WindowInsetsAnimation) which seems to work in R, be modified to use ViewCompat, WindowsInsetCompat, etc? Seems some bits are missing to make it work on non-R, no?