nerdexam
Android

AND-401 · Question #10

Which of the following is NOT a correct constructer for ArrayAdapter?

The correct answer is C. ArayAdpater (Context context , int resource, int textViewResourceId). See the full explanation below for the reasoning.

Question

Which of the following is NOT a correct constructer for ArrayAdapter?

Options

  • AArrayAdapter(Context context)
  • BArrayAdapter (Context context, int recourse)
  • CArayAdpater (Context context , int resource, int textViewResourceId)
  • DArrayAdapter (Context context , int resource, List<T> items)

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    15% (5)
  • C
    73% (24)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice