added in version 22.1.0
  
    
belongs to Maven artifact com.android.support:cursoradapter:28.0.0-alpha1
belongs to Maven artifact com.android.support:cursoradapter:28.0.0-alpha1
SimpleCursorAdapter.CursorToStringConverter
  public
  static
  
  
  interface
  SimpleCursorAdapter.CursorToStringConverter
  
  
  
| android.support.v4.widget.SimpleCursorAdapter.CursorToStringConverter | 
This class can be used by external clients of SimpleCursorAdapter to define how the Cursor should be converted to a String.
See also:
Summary
| Public methods | |
|---|---|
| 
        abstract
        
        
        
        
        CharSequence | 
      convertToString(Cursor cursor)
      Returns a CharSequence representing the specified Cursor. | 
Public methods
convertToString
    added in version 22.1.0
      
  
    CharSequence convertToString (Cursor cursor)
Returns a CharSequence representing the specified Cursor.
| Parameters | |
|---|---|
| cursor | Cursor: the cursor for which a CharSequence representation
        is requested | 
| Returns | |
|---|---|
| CharSequence | a non-null CharSequence representing the cursor | 
- Interfaces
- Classes- AutoScrollHelper
- CircularProgressDrawable
- CompoundButtonCompat
- ContentLoadingProgressBar
- CursorAdapter
- DrawerLayout
- DrawerLayout.LayoutParams
- DrawerLayout.SavedState
- DrawerLayout.SimpleDrawerListener
- EdgeEffectCompat
- ExploreByTouchHelper
- ImageViewCompat
- ListPopupWindowCompat
- ListViewAutoScrollHelper
- ListViewCompat
- NestedScrollView
- PopupMenuCompat
- PopupWindowCompat
- ResourceCursorAdapter
- ScrollerCompat
- SimpleCursorAdapter
- SlidingPaneLayout
- SlidingPaneLayout.LayoutParams
- SlidingPaneLayout.SimplePanelSlideListener
- Space
- SwipeRefreshLayout
- TextViewCompat
- ViewDragHelper
- ViewDragHelper.Callback
 
