Simulator Screenshots |
| |||||||||||||||||
Splash screen is an activity that will show for set time when your app is starting and after set time period redirect to application main scre
Example :
Lets splash screen show set time is 15 sec then in mean time when splash screen showing you can do these tasks...
1. You can download resources(images) from webserver to your phone. 2. You can make server call and get data from server. 3. Get data from network and save in database.
4. Show something about your app/company/brand on Splash screen.
Project Structure :File : src/MainSplashScreen.java
Showing two methods to create splash screen ....
METHOD 1: Create a thread and set time to sleep after that redirect to main app screen. METHOD 2: Set time to handler and call Handler().postDelayed , it will call run method of runnable after set time and redirect to main app screen.
File : src/FirstScreen.java
Splash screen will redirect to this screen.
Some Experts says :
1. A splash screen prevents the user from using the application.
2. Most of the time, it is not necessary. 3. Adding once viewed images increase the size of your APKs.
4. Users don’t care about branding at launch time.
|
Free Android Tutorials, Android Tips, Android Developments, Free Android Codings., Free Android App Examples, Open Source Code for Android
Monday, 21 April 2014
How to implement Android Splash Screen
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment