Ok, so i created a very simple splash screen using this tutorial:
http://p-xr.com/android-tutorial-how-to-make-a-basic-splash-screen/
The problem is that if the user hits the home button or the back button to exit the app during the splash screens duration then the app will re-open to the second screen after the splash screen would have been done if the user did no exit.
My code is pretty much that of the tutorial. any help?
Thanks
I have modified the code to make use of the lifecycle methods better. enjoyed changing it. 🙂
My point of view is that the use of Splash Screen is not frequent but maybe needed. If you are doing heavy work behind the screen( such as games).