Skip to content

Instantly share code, notes, and snippets.

/**
* Provides information about a sorted scrollable collection with sectioned contents.
*/
public interface SectionScrollAdapter {
/**
* Return the number of sections in your scrollable collection.<br>
*
* For instance, if your data set is an alphabetical list where each letter is represented
* at least once, you would return 26.
*/