SimpleCursorAdapter.CursorToStringConverter

public interface 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
convertToString

Summary

Public methods

abstract CharSequence

Returns a CharSequence representing the specified Cursor.

Public methods

convertToString

Added in 1.0.0
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