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
override | GetItem(int) | |
override | GetItemId(int) | |
override | GetView(int, Android.Views.View, Android.Views.ViewGroup) | |
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. |