Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Set method documentation [Android Documentation]
Defines the choice behavior for the List. By default, Lists do not have any choice behavior
(AbsListView.CHOICE_MODE_NONE). By setting the choiceMode to AbsListView.CHOICE_MODE_SINGLE, the
List allows up to one item to be in a chosen state. By setting the choiceMode to
AbsListView.CHOICE_MODE_MULTIPLE, the list allows any number of items to be chosen.