1.2. Using lists in Android
Android provides theListView
or
ExpandableListView
classes
which is capable of displaying a scrollable list of items.
ExpandableListView
supports also a grouping of items.
The items in the list can be of any
type.
An adapter is used for managing the items in the list (the data model or data source).
No comments:
Post a Comment