recyclerview-playground icon indicating copy to clipboard operation
recyclerview-playground copied to clipboard

Examples of RecyclerView use and custom LayoutManager implementations

Results 13 recyclerview-playground issues
Sort by recently updated
recently updated
newest added

Unfortunately the FixedGridLayoutManager doesn't work correctly if I try to inflate dynamical children in onBindViewHolder. I have an RecyclerView where every cell exists of another RecyclerView. The height of the...

In case of just one extra element (invisible) in a row and manipulating sub views on click causes it to snap to the first element. Here is the [video](https://youtu.be/7RqpegXLpEs) showing...