views-widgets-samples icon indicating copy to clipboard operation
views-widgets-samples copied to clipboard

Multiple samples showing the best practices in views-widgets on Android.

Results 102 views-widgets-samples issues
Sort by recently updated
recently updated
newest added

Hello , I'm a beginner android developer i start with some practice so , i want to do a login screen but i have a problem with UI i want...

When i migrate android.support to androidx,it is not working with this error,how can i resolve it? the version of ConstrainLayout is 2.0.0-beta2

migrated googlesamples

Motionlayout contain recyclerView, to update recycleview during animation,after animation recycleview not updated。 ` ` ` motionLayout.translateToEnd(); adapter.updateitem(0,size); ` it does't not work,RecyclerView not update. but after animation , to do...

how to make viewpager2 infinite scroll

I try my best to explain my query. I have created a movie streaming app. I have succeeded in adding all data from JSON to android studio using retrofit and...

- Added code in onTransitionCompleted listener to avoid multi-triggering inside function.

I am using swipe functionality to make a transition onTransitionCompleted() listener of motion layout sometimes trigger twice I have set a check in current Id of transition to increment a...

This PR reproduces an issue with `MotionLayout.TransitionListener` in `2.0.0-beta5` and `2.0.0-beta6`. In `Complex Motion Example (4/4)`, the `onTransitionCompleted` method is called multiple times, and sometimes with a `currentId` of `-1`,...

I want to show a transition line on which my view is moving I have given this tag ` app:motionDebug="SHOW_PATH"` but I want to show a solid line instead of...