Monthly Archives: December 2014

Android: an easy splash screen implementation using ImageView

I’ve seen a number of suggestions of how to implement a splash screen properly. Most typical implementation is through activities. To show it, you need to make it the first activity in your application, which has a few disadvantages: It is an activity, so it will use the Android-specific effect (typically sliding) to switch from […]

android Comments Off on Android: an easy splash screen implementation using ImageView