When I put RecyclerView inside NestedScrollView then onBindViewHolder is calling for all row like say I have list which has size of 30
RecyclerView
NestedScrollView
onBindViewHolder
Problem caused for the height issue.
1) Edit the NestedScrollView & RecyclerView as following:
.......
2) Make sure that you have compiled 'com.android.support:recyclerview-v7:23.2.1'
'com.android.support:recyclerview-v7:23.2.1'