Top "Android-recyclerview" questions

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

Single selection in RecyclerView

I know there are no default selection methods in recyclerview class, But I have tried in following way, public void …

android android-recyclerview
How to get a context in a recycler view adapter

I'm trying to use picasso library to be able to load url to imageView, but I'm not able to get …

java android android-recyclerview picasso android-context
RecyclerView scrolled UP/DOWN listener

How do we know if user scrolled down or up in RecyclerView ? I tried with RecyclerView#OnScrollListener , it gives the …

java android android-recyclerview onscrolllistener
Nested Recycler view height doesn't wrap its content

I have an application that manage collections of books (like playlists). I want to display a list of collection with …

android android-layout android-studio android-recyclerview android-support-library
How can I make sticky headers in RecyclerView? (Without external lib)

I want to fix my header views in the top of the screen like in the image below and without …

android header android-recyclerview sticky
Recyclerview inside ScrollView not scrolling smoothly

For my app I am using a RecyclerView inside a ScrollView where the RecyclerView has a height based on its …

android android-recyclerview android-scrollview android-scroll
How to add a recyclerView inside another recyclerView

I'm planning to develop an app that shows some dynamic data inside a recyclerCardView. So i decided add a recyclerView …

java android android-recyclerview android-cardview
Android Recyclerview vs ListView with Viewholder

I recently came across the android RecyclerView which was released with Android 5.0 and it seems that RecyclerView is just an …

android performance listview android-recyclerview
CardView background color always white

I am using RecyclerView with GridLayoutManager and I have each item as CardView. Unfortunately, the CardView here does not seem …

android android-recyclerview android-cardview
CheckBox in RecyclerView keeps on checking different items

Here's the XML for my items inside the RecyclerView <android.support.v7.widget.CardView xmlns:android="http://schemas.android.…

android android-recyclerview