Re: [android-developers] Force Close like iPhone

2012-04-11 Thread TreKing
On Wed, Apr 11, 2012 at 10:10 AM, giles ian wrote: > Reason being when one activity crashes, its previous activity comes in > foreground and then that one crashes as well. So there are multiple crashes. > > If it would have exited the app this would not have happened > If you fix your bugs so yo

Re: [android-developers] Force Close like iPhone

2012-04-11 Thread Justin Anderson
> > If it would have exited the app this would not have happened Funny... It would also not happen if you fixed the crashes. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 11, 2012 at 9:10 AM, giles ian wrote: > I was expecting something lik

Re: [android-developers] Force Close like iPhone

2012-04-11 Thread giles ian
I was expecting something like this from you :) Reason being when one activity crashes, its previous activity comes in foreground and then that one crashes as well. So there are multiple crashes. If it would have exited the app this would not have happened On Wed, Apr 11, 2012 at 8:34 PM, TreKin

Re: [android-developers] Force Close like iPhone

2012-04-11 Thread TreKing
On Wed, Apr 11, 2012 at 10:00 AM, giles ian wrote: > What i want is when ever there is a Force close i totally want to exit the > app ( just like iOS does) Why? This is not iOS. - TreKing

[android-developers] Force Close like iPhone

2012-04-11 Thread giles ian
What i want is when ever there is a Force close i totally want to exit the app ( just like iOS does) I know im making some of the android dev angry and im also sorry for that. But is there any way to achieve that. PS: I know i can achive that by using try catch and exiting app in catch, but ill