Package android.support.v4.widget

Support android.widget classes to assist with development of applications for android API level 4 or later.

See:
          Description

Interface Summary
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.
 

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

Package android.support.v4.widget Description

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.