[android-developers] Re: Using ListView without ListActivity

2010-01-14 Thread Warren
Thanks for the reply, No, I hadn't considered that. Could you please expand a bit on how that might work? Wouldn't I still have to use either a plain listview (without on item selected handlers) or start a new activity? Perhaps I'm not understanding what you mean. Warren On Jan 13, 12:43 pm,

Re: [android-developers] Re: Using ListView without ListActivity

2010-01-14 Thread Frank Weiss
Refer to the Dev Guide: http://developer.android.com/guide/topics/ui/dialogs.html#AddingAList On Thu, Jan 14, 2010 at 5:38 AM, Warren warrenba...@gmail.com wrote: Thanks for the reply, No, I hadn't considered that. Could you please expand a bit on how that might work? Wouldn't I still have