0

I have gone through other questions as well, but couldn't figure out something. I want to create a User list using the Expandable RecyclerView. The way I want it to be

enter image description here

My RecyclerView part is all done. Now my question is how can I achieve this expandable RecyclerView part programmatically. And if I can do this using any library which one would be best to use.

ADM
  • 20,406
  • 11
  • 52
  • 83
Jeevandeep Saini
  • 128
  • 1
  • 10

1 Answers1

0

You can use this library to achieve expandable recyclerview.

https://github.com/thoughtbot/expandable-recycler-view

Apps Maven
  • 1,314
  • 1
  • 4
  • 17