AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 86


To create a customized Adapter for a compound list item layout, you should:

Show Answer
Correct Answer: A

To create a customized Adapter for a compound list item layout, you should extend a class that implements the android.widget.Adapter interface or any of its descendants, and then override the getView() method. This method is crucial for providing a View object that correctly represents each item within the adapter's dataset.

Discussion

1 comment
Sign in to comment
MmadiOption: A
Dec 31, 2022

A. Extend class android.widget.Adapter or any of its descendants then override method getView()