The methods of Android.Widget.ArrayAdapter are listed below. For a list of all members, see the ArrayAdapter Members list.
See Also: Inherited members from Android.Widget.BaseAdapter
Add(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
AddAll(params Java.Lang.Object[])Documentation for this section has not yet been entered. | ||
AddAll(ICollection)Documentation for this section has not yet been entered. | ||
Clear()Remove all elements from the list. | ||
static | CreateFromResource(Android.Content.Context, int, int)Creates a new ArrayAdapter from external resources. | |
override | GetItem(int) | |
override | GetItemId(int) | |
GetPosition(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
override | GetView(int, Android.Views.View, Android.Views.ViewGroup) | |
Insert(Java.Lang.Object, int)Documentation for this section has not yet been entered. | ||
Remove(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
SetDropDownViewResource(int) | ||
SetNotifyOnChange(bool)Control whether methods that change the list (ArrayAdapter`1.add(T), ArrayAdapter`1.insert(T, int), ArrayAdapter`1.remove(T), ArrayAdapter`1.clear()) automatically call ArrayAdapter`1.notifyDataSetChanged(). | ||
Sort(Java.Util.IComparator)Documentation for this section has not yet been entered. |