Solved

Android Uses Adapters (From the Adapter Class) to Connect Data

Question 15

Multiple Choice

Android uses adapters (from the Adapter class) to connect data with View items in a list. There are many different kinds of adapters available, and you can also write custom adapters. To connect data with View items, the adapter needs to know about the View items. From what is extended the entity that is usually used in an adapter and describes a View item and its position within the RecyclerView?


A) RecyclerView.AdapterDataObserver
B) RecyclerView.ItemDecoration
C) RecyclerView.ViewHolder
D) RecyclerViewAccessibilityDelegate

Correct Answer:

verifed

Verified

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

Related Questions