to top
Android APIs
package

android.support.v4.widget

Support android.widget classes to assist with development of applications for android API level 4 or later. This includes a complete modern implementation of CursorAdapter and related classes, which is needed for use with CursorLoader.

Interfaces

SimpleCursorAdapter.CursorToStringConverter This class can be used by external clients of SimpleCursorAdapter to define how the Cursor should be converted to a String. 
SimpleCursorAdapter.ViewBinder This class can be used by external clients of SimpleCursorAdapter to bind values fom the Cursor to views. 

Classes

CursorAdapter Static library support version of the framework's CursorAdapter
EdgeEffectCompat Helper for accessing EdgeEffect introduced after API level 4 in a backwards compatible fashion. 
ResourceCursorAdapter Static library support version of the framework's ResourceCursorAdapter
SearchViewCompat Helper for accessing features in SearchView introduced after API level 4 in a backwards compatible fashion. 
SearchViewCompat.OnCloseListenerCompat Callback for closing the query UI. 
SearchViewCompat.OnQueryTextListenerCompat Callbacks for changes to the query text. 
SimpleCursorAdapter Static library support version of the framework's SimpleCursorAdapter