ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 123 - Associate Android Developer discussion

Report
Export

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
Answers
A.
RecyclerView.AdapterDataObserver
B.
RecyclerView.ItemDecoration
Answers
B.
RecyclerView.ItemDecoration
C.
RecyclerView.ViewHolder
Answers
C.
RecyclerView.ViewHolder
D.
RecyclerViewAccessibilityDelegate
Answers
D.
RecyclerViewAccessibilityDelegate
Suggested answer: C

Explanation:

Reference:

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

asked 18/09/2024
Arun kumar
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first