On Tue, Oct 12, 2010 at 4:05 PM, Roman Mazur <mazur.ro...@gmail.com> wrote:
> Oh, thanks...
> And what about starting a new activity with startActivity(). Is the
> starter stopped of paused?

Generally, it is stopped. One exception would be if the activity being
started is a dialog-themed activity -- in that case, the starter
activity would still be visible behind the new activity, and so it
would just be paused, not stopped.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 2.2 Programming Books: http://commonsware.com/books

-- 
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

Reply via email to