We are developing an Android app. Of course, the natural thing to do is to add a splash screen. We did, but it sucked, so I googled how to do it well.
And then I found Splash Screens Are Evil, Don't Use Them! Great post from Cyril Mottier with a very helthy perspective about splash screens in Android applications:
I have recently seen many Android applications starting with what I call a splash screen. A splash screen is an image that takes the entire screen space and usually shows branding information about the application (...) This screen is generally visible for a small amount of time while the application is starting or loading some resources in the background.
Once again, from my point of view, the splash screen paradigm is a port of the iOS equivalent.
Bottom line, we ended up getting rid of it. I'm really happy with that decision.
