> Can more than one class in the same package extend Activity? I just > tried it, it doesn't work.
Sure it can. Check out the TourIt sample application that accompanies my book (http://commonsware.com/Android/). The source code is available for downloading from that page. There's six or so activities all in one Java namespace. Now, they are all in the same APK file. If you have multiple APK files (i.e., multiple disparate applications), then you have a problem if you try using the same namespace. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ -- Available Now! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

