[EMAIL PROTECTED] wrote: > Sorry, I didn't make it very clear. > > What I'm after is to have an Activiy composed of several views. One of > them should be a View similar to the one of ListActivity. > > Ideally, I would have some layout defined in an XML file, reference > that in my Java code, and based on some I/O operation, populate a View > (like that one of ListActivity) and attached it to my main activity. > Hope that's a bit clearer now.
Just use a ListView. You do not need to use a ListActivity to use a ListView. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---