Android.Widget.ArrayAdapter Members

The members of Android.Widget.ArrayAdapter are listed below.

See Also: Inherited members from Android.Widget.BaseAdapter

Public Constructors

Constructor
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Constructor
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
ContextAndroid.Content.Context. Returns the context associated with this array adapter.
[read-only]
override
Countint.
[read-only]
FilterFilter.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

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) : ArrayAdapter
Creates a new ArrayAdapter from external resources.
override
GetItem(int) : Java.Lang.Object
override
GetItemId(int) : long
GetPosition(Java.Lang.Object) : int
Documentation for this section has not yet been entered.
override
GetView(int, Android.Views.View, Android.Views.ViewGroup) : Android.Views.View
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.