I see there were a lot of questions about it, but I didn't find any solution so far.
So I need to make a complex layout with several recyclerviews and some other views, for example: button recyclewview1 textview recyclerview2
I need all of this to scroll like a single layout (one after another). And I also need RecyclerViews to keep their recycling because there will be lots of items.
Is there any standard or third party solution for this? It seems like a pretty common problem, I can't believe google didn't think of anything to solve it.