Reputation: 2318
I need to design my Recycler View as follows and I need ideas to go around with it.
I have some ideas regarding it. I know I would probably need to override a LayoutManager, but I have no idea how to approach that. So I just wanted to ask where or how can I go around with designing something like this. The top item is the one which gets expanded or highlighted on scroll with some sort of parallax animation.
Upvotes: 0
Views: 68
Reputation: 668
see this project https://github.com/andriipanasiuk/ExpandableRecyclerView
This project same as your requirement.
Upvotes: 0