[mono-android] Tow mapviews
Jonathan Pryor
jonp at xamarin.com
Mon Jun 11 21:11:05 UTC 2012
On Jun 10, 2012, at 7:41 AM, Sloot wrote:
> My problem is (and it's a known problem for Android) that the Mapviews behave strange. The solution which I've found is to open the second screen (with the second
> Mapview) in a new process. Can anybode tell me how this has to be done in Monodroid?
Firstly, use the [Activity] custom attribute. Hand-writing the <activity/> element is a good way to screw things up.
Secondly, there's a bug when specifying ActivityAttribute.Process that you need to work around:
https://bugzilla.xamarin.com/show_bug.cgi?id=763#c4
Sorry,
- Jon
More information about the Monodroid
mailing list