Wednesday, 3 May 2017

4 Easy Steps to Create Splash Screen Tutorial in Android



An android app takes few seconds to startup, especially on its first boot. During this time a splash screen displays the startup progress or may display the branding information to identify and promote the application to the user.

Common Splash Screen Mistakes

A number of developers use the Splash screen to display images, themes, icons or pictures for a couple of seconds. I believe it's a bad idea to use icons and pictures in Splash screen.

What's the right way then?

Well, we must always use splash screen as the background theme for the activity. It is best advised not to create a layout file for Splash screen. Instead, specify activity’s theme background as splash layout.

No comments:

Post a Comment