ListView is a subclass of AdapterView that displays a list of scrollable items. The list items are automatically inserted to the list using an Adapter that pulls content from a source such as an array or database query and converts each item result into a view that's placed into the list. More information about the ListView:
- Basic documentation for list views.
- Tutorial for simple list project.
- Google I/O 2010 - The world of ListView
- List View from Android Developer