ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 122 - Associate Android Developer discussion

Report
Export

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.
Answers
A.
creates a single list item and reuses it for visible content.
B.
creates an unlimited number of list items and never reuses them
Answers
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.
Answers
C.
creates a limited number of list items and reuses them for visible content.
D.
creates a single list item and never reuses it
Answers
D.
creates a single list item and never reuses it
Suggested answer: C

Explanation:

Reference:

https://developer.android.com/guide/topics/ui/layout/recyclerview

asked 18/09/2024
Jasper Fons
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first