Currently we have a splash screen that is displayed in our app. However, if there is no data to be gathered or processed that is waiting, we\'d like to go straight into our
What I did when I had this issue is always start the main activity (not splash), and in its onCreate() method I would start the splash screen if needed.