Android.Widget.CursorAdapter Class
Adapter that exposes data from a Android.Database.ICursor to a Android.Widget.ListView widget.

See Also: CursorAdapter Members

Syntax

[Android.Runtime.Register("android/widget/CursorAdapter", DoNotGenerateAcw=true)]
public abstract class CursorAdapter : BaseAdapter, IFilterable, IDisposable

Remarks

Adapter that exposes data from a Android.Database.ICursor to a Android.Widget.ListView widget.

The Cursor must include a column named "_id" or this class will not work. Additionally, using Android.Database.MergeCursor with this class will not work if the merged Cursors have overlapping values in their "_id" columns.

[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