What is the purpose of the RecyclerView.RecycledViewPool in Android?
-
A
To cache network responses for list items
-
B
To share recycled ViewHolders across multiple RecyclerViews
-
C
To limit the number of views that can be inflated
-
D
To persist scroll position across configuration changes