ListActivity is a convenience class for people who need an Activity that specifically just has a ListView as its content. If that's all you need, ListActivity saves you the trouble of implementing it yourself. If you need more flexibility, then Activity is the general class.
Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 14, 10:39 am, Moto <[email protected]> wrote: > Hi, > I was reading on ListActivity and Activity and wanted to know which is > better? I only need to display one listview. Would I see great > improvements? Does ListActivity handle screen rotation better or it's > the same? > > Thanks! > Moto! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

