List of questions
Related questions
Question 123 - Associate Android Developer discussion
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
Your answer:
0 comments
Sorted by
Leave a comment first