List of questions
Related questions
Question 122 - Associate Android Developer discussion
RecyclerView is a subclass of ViewGroup and is a more resource-efficient way to display scrollable lists. Instead of creating a View for each item that may or may not be visible on the screen, RecyclerView:
A.
creates a single list item and reuses it for visible content.
B.
creates an unlimited number of list items and never reuses them
C.
creates a limited number of list items and reuses them for visible content.
D.
creates a single list item and never reuses it
Your answer:
0 comments
Sorted by
Leave a comment first