Android.Widget.SimpleAdapter: Method Members

The methods of Android.Widget.SimpleAdapter are listed below. For a list of all members, see the SimpleAdapter Members list.

See Also: Inherited members from Android.Widget.BaseAdapter

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.