[android-developers] ListActivity mandatory for listView ?

2009-12-03 Thread Jags
I am starting with ListActivity. I saw apidemos and saw that it is based on ListActivity. My doubt is, in my first screen I need a few labels and texts under that a list. How to approach this ? I cant do a setContentlayut(R.id.main) if my activity extends ListActivity, no ? more over I found the

Re: [android-developers] ListActivity mandatory for listView ?

2009-12-03 Thread Mark Murphy
I am starting with ListActivity. I saw apidemos and saw that it is based on ListActivity. My doubt is, in my first screen I need a few labels and texts under that a list. How to approach this ? I cant do a setContentlayut(R.id.main) if my activity extends ListActivity, no ? Yes, you can.