Android.Widget.SimpleAdapter Members

The members of Android.Widget.SimpleAdapter are listed below.

See Also: Inherited members from Android.Widget.BaseAdapter

Public Constructors

Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
GetItem(int) : Java.Lang.Object
override
GetItemId(int) : long
override
GetView(int, Android.Views.View, Android.Views.ViewGroup) : Android.Views.View
SetDropDownViewResource(int)
SetViewImage(ImageView, int)
Called by bindView() to set the image for an ImageView but only if there is no existing ViewBinder or if the existing ViewBinder cannot handle binding to an ImageView.
SetViewImage(ImageView, string)
Called by bindView() to set the image for an ImageView but only if there is no existing ViewBinder or if the existing ViewBinder cannot handle binding to an ImageView.
SetViewText(TextView, string)
Called by bindView() to set the text for a TextView but only if there is no existing ViewBinder or if the existing ViewBinder cannot handle binding to a TextView.