Top "Recyclerview-layout" questions

The RecyclerView widget is a more advanced and flexible version of ListView and GridView.

how to show/hide FAB on scroll Recycler view with coordinator parent

I have an activity with coordinator layout.inside activity there is a fragment with Recycler view and float button.how …

android android-recyclerview floating-action-button recyclerview-layout
Android FlowLayout as RecyclerView LayoutManager

I want to implement a Tag Cloud with Android Chips. But i think the best way to do this is …

android android-recyclerview flowlayout recyclerview-layout
Change RecyclerView scrollBar width

<android.support.v7.widget.RecyclerView android:id="@+id/recyclerView" android:layout_width="match_parent" android:layout_height="match_parent" …

android android-recyclerview android-scrollbar recyclerview-layout