Android.Widget.AdapterView Class
An AdapterView is a view whose children are determined by an Android.Widget.Adapter.

See Also: AdapterView Members

Syntax

[Android.Runtime.Register("android/widget/AdapterView", DoNotGenerateAcw=true)]
public abstract class AdapterView : Android.Views.ViewGroup

Remarks

An AdapterView is a view whose children are determined by an Android.Widget.Adapter.

See Android.Widget.ListView, Android.Widget.GridView, Android.Widget.Spinner and Android.Widget.Gallery for commonly used subclasses of AdapterView.

Developer Guides

For more information about using AdapterView, read the Binding to Data with AdapterView developer guide.

[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