Top "Android-recyclerview" questions

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

Scroll to top in RecyclerView with LinearLayoutManager

I have a fragment in which there is RecyclerView with LinearLayoutManager in which there are CardView items. There is a …

android android-recyclerview
Adding Ripple Effect to RecyclerView item

I am trying to add Ripple Effect to RecyclerView's item. I had a look online, but could not find what …

android android-animation android-recyclerview
Android - Implementing search filter to a RecyclerView

I need to implement a search feature based on an EditText to my RecyclerView. The list must be filtered while …

android search filter android-recyclerview android-adapter
Expandable list with RecyclerView?

It's possible to use expandable list items with new RecyclerView? Like ExpandableListView?

android android-recyclerview
(Smooth)ScrollToPosition doesn't work properly with RecyclerView

I'm using basic RecyclerView with GridLayoutManager. I observed that nor smoothScrollToPosition nor scrollToPosition works properly. a) when using smoothScrollToPosition I …

android scroll android-recyclerview smooth-scrolling gridlayoutmanager
RecyclerView store / restore state between activities

I'm migrating my ListViews to RecyclerViews. With listviews I used the common technique described here to store and restore scroll …

android listview android-recyclerview
How to implement setOnScrollListener in RecyclerView

How Do I show progress bar at bottom when user reached to items those are visible in a list. I …

java android-cardview android-recyclerview onscrolllistener endlessscroll
GridLayoutManager - how to auto fit columns?

I have a RecyclerView with a GridLayoutManager that displays Card Views. I want the cards to rearrange according to the …

android layout xamarin android-recyclerview android-gridlayout
Android : Control Smooth scroll over recycler view

I am using Recyclerview with CardView. I am aware how to control speed on list view. But not for Recyclerview. …

android android-5.0-lollipop android-support-library android-recyclerview
Handle on item long click on recycler view

I have an adapter that customizes a recyclerView and I want to open a popup menu on long click event …

android android-recyclerview onlongclicklistener