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?
source share