Since there is dependency for 1st view from second view, setInitialItemPrefetchCount() dosent work either
Asked
Active
Viewed 532 times
1 Answers
0
setInitialItemPrefetchCount()
is not what you think. It tells the system how many items to prefetch to fill the RecyclerView when it’s about to scroll on screen.
And It is for nested RecyclerViews. check this article
Beside this, you can not bind all views at once. And this is not bad. check this also

ziLk
- 3,120
- 21
- 45
-
Okay! So is it possible to bind 2 views at once when 1st view is visible and 2nd view is not?can we set any limit for binding items? – Preetham Ivan D'Souza Aug 16 '18 at 04:54