public interface

SimpleCursorAdapter.CursorToStringConverter

 androidx.cursoradapter.widget.SimpleCursorAdapter.CursorToStringConverter

Overview

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

Summary

Methods
public java.lang.CharSequenceconvertToString(Cursor cursor)

Returns a CharSequence representing the specified Cursor.

Methods

public java.lang.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