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)- A6% (2)
- B15% (5)
- C73% (24)
- D6% (2)
Community Discussion
No community discussion yet for this question.