SeslCursorIndexer

A helper class for Cursors that implement the SeslAbsIndexer interface. This class can provide a simple index implementation that simply examines the first letter of the section names.

It is assumed that the data set is already sorted on the index column.

Constructors

Link copied to clipboard
constructor(@NonNull cursor: Cursor, sortedColumnIndex: Int, @NonNull indexCharacters: CharSequence)
constructor(@NonNull cursor: Cursor, sortedColumnIndex: Int, indexCharacters: Array<String>, aLangIndex: Int)

Properties

Link copied to clipboard
val EXTRA_INDEX_COUNTS: String = "indexscroll_index_counts"
Link copied to clipboard
val EXTRA_INDEX_TITLES: String = "indexscroll_index_titles"

Functions

Link copied to clipboard
open fun setFavoriteItemsCount(count: Int)
Link copied to clipboard
open fun setGroupItemsCount(count: Int)
Link copied to clipboard
open fun setMiscItemsCount(count: Int)
Link copied to clipboard
open fun setProfileItemsCount(count: Int)