Tag: Expandable Recyclerview
-
Expandable Recyclerview In Android With Example [Updated]
You might already know, We use RecyclerView to display a list of data in our application. In this post, I am explaining how to make recyclerview expandable. That means We can show the list of headers first in the recyclerview. Once the user selects the particular header item, the recyclerview will expand and show its […]