I want to build app that use recycler view and cardview like the picture below and when the use click on the item it will expand and when the user click on other item that item will expend that expended item will collapse. Ex: I click on item 2 the item number 2 will expend then I click item number 4 so the item number 2 will collapse and item number 4 will expend.
Thank you so much for your answer!
You can use Expandable recycler view for it (available on github).If you want to use Recycler view you can expand and collapse view with animation just like a toggle. Check out the code below: