Exam AND-401 All QuestionsBrowse all questions from this exam
Question 86

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

    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
MmadiOption: A

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