Added in API level 1
  
  
  
  
SimpleCursorAdapter.CursorToStringConverter
  public
  static
  
  
  interface
  SimpleCursorAdapter.CursorToStringConverter
  
  
  
| android.widget.SimpleCursorAdapter.CursorToStringConverter | 
This class can be used by external clients of SimpleCursorAdapter to define how the Cursor should be converted to a String.
Summary
Public methods | |
|---|---|
        abstract
        
        
        
        
        CharSequence
     | 
  
    
      
      convertToString(Cursor cursor)
      
      
        Returns a CharSequence representing the specified Cursor.  | 
  
Public methods
convertToString
    Added in API level 1
  
      
  
    public abstract 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 |