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:

Verified
Correct Answer:
Verified
Q20: If you added to your build.gradle file
Q21: @Query is the main annotation used in
Q22: Each time your test invokes onView() ,
Q23: Relative positioning is one of the basic
Q24: In a class PreferenceFragmentCompat . As a
Q26: The easiest way of adding menu items (to
Q27: What is the incorrect statement about Data
Q28: If you want the Database Inspector to
Q29: <img src="https://d2lvgg3v3hfg70.cloudfront.net/C1428/.jpg" alt=" What is illustrated
Q30: What statements about InputStreamReader (java.io.InputStreamReader) are correct?