On Thu, Jul 29, 2010 at 9:24 PM, Bill <[email protected]> wrote:
> I have a TabHost activity that starts my application. I tried adding a
> splash screen and it successfully loads the first time the application
> is launched. The splash activity goes away and the tab activity is
> displayed. If you exit the application and start it again, the splash
> activity is not displayed.

Android does not have a concept of "exit the application". I am going
to guess that you meant "press the HOME button".

> The application goes right into the tab activity.

If you had pressed the HOME button, that is what is supposed to happen.

> If you look at the Logcat, the Thread for the splash activity seems to
> die but the tab activity seems to be suspended.

If you had pressed the HOME button, that is what is supposed to happen.

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

_Android Programming Tutorials_ Version 2.9 Available!

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

Reply via email to