Solved

The ArrayAdapter Constructor Has This API

Question 4

Multiple Choice

The ArrayAdapter constructor has this API:
ArrayAdapter< T>( Context c, int i, List< T> objects)
What does the parameter i represent?


A) It is always 0
B) A random integer
C) The number of elements in the List objects
D) A resource id

Correct Answer:

verifed

Verified

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

Related Questions