ListViews and Array Adapters
LEARNING OBJECTIVES
After this lesson, you will be able to:
- Given some sample data in a Java list, create a standard sub-view to show this data
 - Create a ListAdapter to retrieve this data
 - Display your data on your ArrayList
 - Create a layout to represent each row in your ListView
 - Make a ListView react to a user's click