List View
ListView is a view group that displays a list of scrollable items
What is Array Adapter ?
This adapter when your data source is an array.
ArrayAdapter creates a view for each array item by calling toString() on each item.
An adapter is used for managing the items in the list .
0 comments:
Post a Comment