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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

intgetCount()
CursorgetCursor()
Returns the cursor.
ObjectgetItem(int position)
voidnotifyDataSetChanged()
Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself.
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.
voidsetStringConversionColumn(int stringConversionColumn)
Defines the index of the column in the Cursor used to get a String representation of that Cursor.
voidsetViewBinder(ViewBinder viewBinder)
Sets the binder used to bind data to views.