Immediately starting a new activity from an activity
Posted
by HowsItStack
on Stack Overflow
See other posts from Stack Overflow
or by HowsItStack
Published on 2010-06-09T09:49:16Z
Indexed on
2010/06/09
9:52 UTC
Read the original article
Hit count: 112
android
When I was originally learning about Android a few months ago I swear I read something about a way to immediately launch an activity when starting a task. I am curious about this now because I need to display an intro screen on launch but I don't want the intro screen to be the root activity. Does anyone know if there is something like this and if not what is the best way to handle an intro screen?
I tried googling for a few hours to find it but can't for the life of me.
Thanks for the help.
© Stack Overflow or respective owner