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

See Also: Adapter Members

Syntax

[Android.Runtime.Register("android/widget/Adapter")]
public abstract class Adapter

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