I have an app with a number of activities, one of which subclasses 
MapActivity. It has a single MapView. For reasons I won't go into, I have 
situations where I may need more than instance of this MapActivity to be 
launched. I know the Maps API docs says "Only one MapActivity is supported 
per process. Multiple MapActivities running simultaneously are likely to 
interfere in unexpected and undesired ways." 
(link<https://developers.google.com/maps/documentation/android/reference/com/google/android/maps/MapActivity>).
 
So, what are my options? Use a singleTask or singleInstance flag for this 
MapActivity subclass? 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to