Android.Widget.ISpinnerAdapter
Extended Android.Widget.Adapter that is the bridge between a Android.Widget.Spinner and its data.

See Also: ISpinnerAdapter Members

Syntax

[Android.Runtime.Register("android/widget/SpinnerAdapter", "", "Android.Widget.ISpinnerAdapterInvoker")]
public interface ISpinnerAdapter : IAdapter, IDisposable

Remarks

Extended Android.Widget.Adapter that is the bridge between a Android.Widget.Spinner and its data. A spinner adapter allows to define two different views: one that shows the data in the spinner itself and one that shows the data in the drop down list when the spinner is pressed.

[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