Android.Widget.BaseAdapter Class
Common base class of common implementation for an Android.Widget.Adapter that can be used in both Android.Widget.ListView (by implementing the specialized Android.Widget.IListAdapter interface) and Android.Widget.Spinner (by implementing the specialized Android.Widget.ISpinnerAdapter interface).

See Also: BaseAdapter Members

Syntax

[Android.Runtime.Register("android/widget/BaseAdapter", DoNotGenerateAcw=true)]
public abstract class BaseAdapter : Java.Lang.Object, IListAdapter, ISpinnerAdapter, IDisposable

Remarks

Common base class of common implementation for an Android.Widget.Adapter that can be used in both Android.Widget.ListView (by implementing the specialized Android.Widget.IListAdapter interface) and Android.Widget.Spinner (by implementing the specialized Android.Widget.ISpinnerAdapter interface).

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1