How to use RecyclerView inside NestedScrollView? RecyclerView content is not visible after setting adapter.
RecyclerView
NestedScrollView
UPDATE
You can use android:fillViewport="true" to make NestedScrollView measure the RecyclerView. The RecyclerView will fill the remaining height. so if you want to scroll the NestScrollView, you can set the RecyclerView's minHeight.
android:fillViewport="true"
NestScrollView
minHeight