Android.Widget.SimpleCursorAdapter: Method Members

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

See Also: Inherited members from Android.Widget.ResourceCursorAdapter

Public Methods

override
BindView(Android.Views.View, Android.Content.Context, Android.Database.ICursor)
Binds all of the field names passed into the "to" parameter of the constructor with their corresponding cursor columns as specified in the "from" parameter.
ChangeCursorAndColumns(Android.Database.ICursor, string[], int[])
Change the cursor and change the column-to-view mappings at the same time.
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.