I\'m having an issue with placing a RecyclerView inside a NestedScrollView, which causes ALL elements of the RecyclerView\'s adapter to be rendered.
This is a rather
If you have large amount of data to display,show only some numbers of data first time than on scroll use loadMoreListener to get next data.