Hello, I have focused on the implementation of Splash Screen or Welcome Screen, in which you will also get to know how you can make a custom Splash Screen.
-
Creating an Activity for Splash Screen, check SplashScreenActivity.
-
Creating a custom Style for Splash Screen, check res->values->styles.xml.
-
Creating a drawable file for Splash Screen Background using layer-list, check res->drawable->splash_screen_background.
-
Adding Image for SplashScreen in drawable folder with .png extension, check res->drawable->sample_splashimage.png.
-
Setting up theme style for .SplashScreenActivity in AndroidManifest .