Android
AND-401 · Question #48
To create a customized Adapterfor a compound list item layout, you should:
The correct answer is A. Extend class android.widget.Adapter or any of its descendants then override method getView(). See the full explanation below for the reasoning.
Question
To create a customized Adapterfor a compound list item layout, you should:
Options
- AExtend class android.widget.Adapter or any of its descendants then override method getView()
- BExtend class android.widget.ListView or any of its descendants, then override method getView()
- CExtend class android.widget.AbsAdapter or any of its descendants, then override method
- DExtend class android.widget.Adapter or any of its descendants, then override method
How the community answered
(25 responses)- A72% (18)
- B16% (4)
- C8% (2)
- D4% (1)
Community Discussion
No community discussion yet for this question.