How to implement an Expandable RecyclerView where the child is having a grid structure?

Viewed 368

I need to have an expandable view where the parent/expandable title will have a text and drop-down arrow. Children of each such title should be a view having multiple items in a grid structure. (Kind of like a recycler view with GridLayoutManager). Please find the attached image for reference. enter image description here

Each year corresponds to the group title, and the cover arts shown corresponds to the children.

1 Answers
Related