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

Just as this post(https://github.com/UweTrottmann/SeriesGuide/issues/390) says, but there is a bit different. It can refresh, but not completely show refreshing circle when on empty view.

migrated googlesamples

java.lang.IllegalStateException: Pages must fill the whole ViewPager2 (use match_parent) at androidx.viewpager2.widget.ViewPager2$4.onChildViewAttachedToWindow(ViewPager2.java:270) at androidx.recyclerview.widget.RecyclerView.dispatchChildAttached(RecyclerView.java:7561) at androidx.recyclerview.widget.RecyclerView$5.addView(RecyclerView.java:860) at androidx.recyclerview.widget.ChildHelper.addView(ChildHelper.java:107) at androidx.recyclerview.widget.RecyclerView$LayoutManager.addViewInt(RecyclerView.java:8601) at androidx.recyclerview.widget.RecyclerView$LayoutManager.addView(RecyclerView.java:8559) at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1643) at androidx.recyclerview.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1587) at androidx.recyclerview.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:640) at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:4134) at...

Clicks do not work in recyclerview which is in fragment in ViewPager2. But if you scroll at least a millimeter, the click starts to work

`FragmentPagerAdapter(fm) ` is deprecated should use `FragmentPagerAdapter(fm,BEHAVIOR_RESUME_ONLY_CURRENT_FRAGMENT)` in com.google.androidstudio.motionlayoutexample.viewpagerdemo.ViewPagerAdapter.

I already asked the question on SO, and nobody answered it, so to keep it dry, here is the [link](https://stackoverflow.com/questions/63754832/android-viewpager2-setting-the-starting-page-on-creation-not-working) of the question. I can provide more details if needed.

I am wondering if there is a best way to use LiveData and ViewModel to update RecyclerView's ViewHolders. Because in a complex ViewHolder, it is much better to let the...

I constantly get the above written warning. In combination with that, the animation does not really work, but jumps from one state to another.. How can I solve this problem?...

When the RecylerView reaches the edge (eg:top). If swipes down on the screen as the picture shows (Finally, there's a little bit of a shift to the right). May cause...

https://issuetracker.google.com/issues/143989556