RecyclerView expandable height

I recently tried Google's RecyclerView component, which is awesome and powerful than ListView. The problem is when you use it in ScrollView, I used ExpandableHeightListView , it worked correctly, but I want to fully use RecyclerView. Can someone help me find a component like ExpandableHeightListView? or How to use RecyclerView in ScorllView?

+6
source share

Source: https://habr.com/ru/post/983187/


All Articles