I am a little new to android and was working over a lab assignment
https://sites.google.com/site/androidcoursearchive/labs/lab-2-1
well I tried a lot but found that, to create a list view in activity we have to extend listactivity. but in this assignment, I cant extend listActivity. kindly see the link and tell me the code how to implement this assignment.
check this tutorial link
http://www.vogella.de/articles/AndroidListView/article.html
here is the link for list view which extends the Activity class
http://android-codes-examples.blogspot.com/2011/03/multiple-listview-and-custom-listview.html
http://appfulcrum.com/?p=311
http://ykyuen.wordpress.com/2010/01/03/android-simple-listview-using-simpleadapter/