Package com.tomtom.tools.android.api.uicontrols.recyclerview.group

Types

Link copied to clipboard
interface ListGroupItem

An interface which defines how an item is used by the ListGroupItemsCollection. Requires an ItemType to be defined.

Link copied to clipboard
interface ListGroupItemsCollection<T : ListGroupItem>

An interface for adapters that offer a list of ListGroupItem, separated by header or list items for each group within the list.