mscwd01 wrote: > If only one MapActivity is allowed "per process" - I take it that > means per application???
By default, yes, though it does not have to be that way: http://code.google.com/android/intro/appmodel.html > How does one properly use 2 or more maps > per application? If the quoted bit of documentation is correct, you may be able to use android:process in your manifest to force your secondary activity to run in another process. See the Processes section in the page linked to above. -- 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 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 -~----------~----~----~----~------~----~------~--~---

