Re: [android-developers] Re: Back Button ?what it really does?

2011-02-02 Thread Mark Murphy
On Wed, Feb 2, 2011 at 4:40 PM, kiros88 wrote: > But so when it goes back to teh original y doesnt it call onCreate()? Usually not. > it almost looks like its taking an activity from cache? Not exactly, but close. http://developer.android.com/guide/topics/fundamentals.html -- Mark Murphy (a

[android-developers] Re: Back Button ?what it really does?

2011-02-02 Thread kiros88
But so when it goes back to teh original y doesnt it call onCreate()? it almost looks like its taking an activity from cache? On Feb 2, 1:34 pm, Dianne Hackborn wrote: > What it does is simple: if nothing in the view hierarchy consumes it, the > activity in response to receiving it just calls fin

[android-developers] Re: Back Button ?what it really does?

2011-02-02 Thread kiros88
O yea just so if anyone wasnt sure i do have the format setup right like with setprogression and stuff in the code because like i said when i go to 2nd tab and back to 1st it looks good but im just trying to get the intent backbutton.1st tab to look right On Feb 2, 11:40 am, kiros88 wrot