I\'ve been learning to develop in Android and had more of a general question: If I have a layout that uses a list and some other views, should I be using Activity or ListAct
I'd go with Activity. Don't really see the reason to use ListActivity, unless you want to do something trivial and you know it's gonna be with the List.