Quantcast
Viewing all articles
Browse latest Browse all 4

Android Splash Screen

There are many ways to implement splash screen in Android application. I like using Dialogs because there is no need for two Activities and sharing data between them. If you have Activity, declare private instance of Dialog object. [crayon-563d5f18d23d8028507970/] In your onCreate method, do not call setContentView(int) method. Instead, call the one that should show […]

Viewing all articles
Browse latest Browse all 4

Trending Articles