Java android.support.v4.widget SimpleCursorAdapter fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.widget SimpleCursorAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.widget SimpleCursorAdapter.

The text is from its open source code.

Subclass

android.support.v4.widget.SimpleCursorAdapter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

intgetCount()
CursorgetCursor()
Returns the cursor.
ObjectgetItem(int position)
longgetItemId(int position)
ViewBindergetViewBinder()
Returns the ViewBinder used to bind data to views.
voidnotifyDataSetChanged()
Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself.
voidsetCursorToStringConverter(CursorToStringConverter cursorToStringConverter)
Sets the converter used to convert the filtering Cursor into a String.
voidsetDropDownViewResource(int dropDownLayout)

Sets the layout resource of the drop down views.

voidsetFilterQueryProvider(FilterQueryProvider filterQueryProvider)
Sets the query filter provider used to filter the current Cursor.
voidsetViewBinder(ViewBinder viewBinder)
Sets the binder used to bind data to views.
CursorswapCursor(Cursor c)