Android

Android splash screen

There is 2 ways (at least) to create a splash screen : The first is to create a splash activity displaying a layout and then transfert the user to the main activity. Here the SplashActivity.java :

Note : the splash screen is displayed during 2 seconds (2000 ms) before going to the main activity. You can tune the SPLASH_DURATION…

Continue Reading