Solved

RecyclerView Is a Subclass of ViewGroup and Is a More

Question 25

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions