Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blundell/loadingsplashscreentut
Source for tutorial showing how to have a splash screen with a progress bar to load resources
https://github.com/blundell/loadingsplashscreentut
Last synced: 24 days ago
JSON representation
Source for tutorial showing how to have a splash screen with a progress bar to load resources
- Host: GitHub
- URL: https://github.com/blundell/loadingsplashscreentut
- Owner: blundell
- Created: 2012-06-20T18:29:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T08:09:28.000Z (about 7 years ago)
- Last Synced: 2024-10-15T17:47:16.018Z (2 months ago)
- Language: Java
- Homepage: http://blog.blundell-apps.com/tut-splashscreen-with-progress-bar/
- Size: 36.1 KB
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoadingSplashScreenTut
Source for tutorial showing how to have a splash screen with a progress bar to load resourceshttp://blog.blundellapps.co.uk/tut-splashscreen-with-progress-bar/
> When your app first starts you might want to download a database from the internet, unzip some compressed files in your assets directory or do some other type of pre-processing. This tutorial will show you how to setup a splash screen that indicates to the user that your application is loading and when they come back a second time the splash will show for a shorter time (because your resources are already loaded).