0

Since there is dependency for 1st view from second view, setInitialItemPrefetchCount() dosent work either

1 Answers1

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,130
  • 15
  • 42