Wow, that's embarrassing, yes I meant activity obviously but for some reason I kept saying Intent. In any case, I think I found a solution. It doesn't seem very clean to me but from my research its as good as it gets on Android.
In my Launcher activity on the onCreate the very first thing I do is my check condition, then I do the following: StartActivity(typeof(NewActivity)); Finish(); return; A couple things of note here, if I don't call Finish Android will keep the activity around. I also noticed if I don't set a return, while Android is thinking about killing the activity, it will keep initializing the rest of the stuff in onCreate. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Starting-Intent-tp4695520p4706617.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
