So working on my Capstone I had the problem of my app launching to the first screen when I clicked the launcher, after I had navigated away from the app. So after several failed stack overflow answers I turned to the activity documentation on the Android developers sight. And I found the android:alwaysRetainTaskState attribute. Which worked perfectly for me.
The bonus for this was I posted my solution to stackoverflow!!!!