Re: [mono-android] Odd behavior when restarting app

2012-08-02 Thread DirkDiggler
I think I'm getting the same thing happening to me but more random. I have an app with multiple activities, I don't leave the app other than triggering the camera and zxing barcode scanner. Sometimes (not all) when I press the back button on the 2nd activity in, the oncreate of activity 1 will fi

Re: [mono-android] Odd behavior when restarting app

2012-05-10 Thread Randy Ficker
Discussions related to Mono for Android' Subject: RE: [mono-android] Odd behavior when restarting app Hey Jon, Thanks for the reply, but I think this issue is actually a new bug and not the same bug as what you linked. In case you didn't realize, both of the links you gave me we

Re: [mono-android] Odd behavior when restarting app

2012-05-10 Thread Randy Ficker
inal Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Thursday, May 10, 2012 1:08 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] Odd behavior when restarting app On May 10, 2012, at 5:15 AM, Randy F

Re: [mono-android] Odd behavior when restarting app

2012-05-10 Thread Jonathan Pryor
On May 10, 2012, at 5:15 AM, Randy Ficker wrote: > After re-launching the app, I would expect to see Activity2 presented to the > user. Instead, it shows Activity1. But the problem is much worse than just > seeing the wrong activity, since if the user presses Back they actually go > back to Ac

[mono-android] Odd behavior when restarting app

2012-05-10 Thread Randy Ficker
I'm encountering some strange behavior when I close and re-open my app. Let's start with a basic two-activity app: [Activity(MainLauncher = true)] public class Activity1 : Activity { protected override void OnCreate(Bundle bundle) { base.OnCreate(bun