to top
Android APIs
public static interface

SimpleCursorAdapter.CursorToStringConverter

android.support.v4.widget.SimpleCursorAdapter.CursorToStringConverter

Class Overview

This class can be used by external clients of SimpleCursorAdapter to define how the Cursor should be converted to a String.

Summary

Public Methods

? Examples
abstract CharSequence convertToString( Cursor cursor)
Returns a CharSequence representing the specified Cursor.

Public Methods

public abstract CharSequence convertToString (Cursor cursor)

Returns a CharSequence representing the specified Cursor.

Parameters
cursor the cursor for which a CharSequence representation is requested
Returns
  • a non-null CharSequence representing the cursor
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.