Thursday, October 24, 2013

1.2. Using lists in Android

1.2. Using lists in Android

Android provides the ListView 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