I am looking for ways to implement Accordion view in Android.
I have tried with having a child and parent view inside recyclerview adapter and based on user action expand the hidden content inside the recyclerview item. I have used a custom linear layout manager to measure the height of the list dynamically and set that as height.
Any help is accepted. Thanks in Advance.!