How to use RecyclerView inside NestedScrollView?
RecyclerView content is not visible after setting adapter.
UPDATE
I have used this awesome extension (written in kotlin but can be also used in Java)
https://github.com/Widgetlabs/expedition-nestedscrollview
Basically you get the NestedRecyclerView inside any package lets say utils in your project, then just create your recyclerview like
Check this awesome article by Marc Knaup
https://medium.com/widgetlabs-engineering/scrollable-nestedscrollviews-inside-recyclerview-ca65050d828a