Re: [android-developers] Re: Hide\show aplication and restart activity

2011-10-31 Thread TreKing
On Mon, Oct 31, 2011 at 4:29 AM, ecspertiza wrote: > I don`t press Back, i press "Big button" :) > http://i39.tinypic.com/jsj3x1.png > That's the Home button. > his called finish() ? > If your phone is crappy and low on memory, it might. > Upon completion of the SplashScreen his call finish

[android-developers] Re: Hide\show aplication and restart activity

2011-10-31 Thread ecspertiza
I don`t press Back, i press "Big button" :) http://i39.tinypic.com/jsj3x1.png his called finish() ? I use this sample http://www.droidnova.com/how-to-create-a-splash-screen,561.html first start run SplashScreen then MyApp, if i hide\show app i see how run only MyApp. i have this is my AndroidMa

[android-developers] Re: Hide\show aplication and restart activity

2011-10-27 Thread Ali Chousein
You should read an understand activity lifecycle (http:// developer.android.com/reference/android/app/Activity.html). If you are an Andrid developer, you just have to accept the way things were designed and code accordingly (whether the design is good or bad that's another question). -