nerdexam
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)
  • A
    72% (18)
  • B
    16% (4)
  • C
    8% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice