-
Notifications
You must be signed in to change notification settings - Fork 183
Quick start with ViewPool
Vitaly Vivchar edited this page Apr 3, 2019
·
2 revisions
To use single ViewPool:
RecycledViewPool viewPool = new ViewPool();
recyclerView.setRecycledViewPool(viewPool);
adapter.setNestedRecycledViewPool(viewPool);
To get more info please read this article.