Immediately starting a new activity from an activity
- by HowsItStack
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.