Android.Widget.IAdapter
An Adapter object acts as a bridge between an Android.Widget.AdapterView and the underlying data for that view.

See Also: IAdapter Members

Syntax

[Android.Runtime.Register("android/widget/Adapter", "", "Android.Widget.IAdapterInvoker")]
public interface IAdapter : Android.Runtime.IJavaObject, IDisposable

Remarks

An Adapter object acts as a bridge between an Android.Widget.AdapterView and the underlying data for that view. The Adapter provides access to the data items. The Adapter is also responsible for making a Android.Views.View for each item in the data set.

See Also

[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