Solved

To Create a Customized Adapter for a Compound List Item

Question 173

Multiple Choice

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


A) Extend class android.widget.Adapter or any of its descendants then override method getView()
B) Extend class android.widget.ListView or any of its descendants, then override method getView()
C) Extend class android.widget.AbsAdapter or any of its descendants, then override method getView()
D) Extend class android.widget.Adapter or any of its descendants, then override method getAdapterView() .

Correct Answer:

verifed

Verified

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

Related Questions