[android-developers] Re: When another activity is called from main activity, The calling activity get destroyed?

2009-03-19 Thread Stoyan Damov

http://developer.android.com/guide/topics/fundamentals.html

On Thu, Mar 19, 2009 at 8:50 AM, jj jagtap...@gmail.com wrote:

 When another activity is started from main activity, The main activity
 get destroyed and created when returned back from second Activity
               OR
      main activity  remains in pause state till second activity finish
 (), onSart or onResume from when returned back from second activity?

 which one these case does happen in Android application?
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: When another activity is called from main activity, The calling activity get destroyed?

2009-03-19 Thread jj

thank u for reply
I got the with it
 when another activity called from activity by using startActivity
(), the calling  activity get destroyed, and it is gain created
onCreate when control return from called activity.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---