Android ListView Demo
Under the Composite palette drag a ListView onto the activity, give it an id
Right click on res/layout choose New/Other (or XML if it is there)
Choose Android/Android XML File (not just XML file) and click Next
Give the file a name – remember the file name convention small letters numbers underscores and periods. Choose a Root Element. Click Finish.
Resulting XML in Graphical Layout view and xml view
Code for String array, ArrayAdapter, and ListView
Result so far in emulator. Note that the list items are clickable
Code for the OnItemClickListener
Result