Top "Splash-screen" questions

The splash screen is a rectangular or full screen image which appears while a software product is loading (OS, CAD, game, etc).

Is there an equivalent apple-touch-startup-image for the IPAD?

For web apps you can set the startup screen with apple-touch-startup-image What about for iPads?

iphone ipad splash-screen ipod-touch iphone-5
Title bar keeps appearing, even with requestWindowFeature or android:theme

My question is exactly the sabe as Custom titlebar - system titlebar being shown for a brief moment? But I …

android splash-screen titlebar custom-titlebar
Emulating splash video in iOS application

OK, there are very few options to emulate the splash video in iOS. All we can do is wait till …

iphone ipad mpmovieplayercontroller splash-screen
iPhone 5 splashscreen not displaying correctly - Phonegap

I'm updating my PhoneGap iOS-app to make it compatible with the iPhone 5. I'm manually hiding the splash screen after my …

iphone ios cordova splash-screen
How to create splash screen as a Preloader in JavaFX standalone application?

I created a Preloader (based on the following tutorial) that should display a splash screen for the main application. 9.3.4 Using …

javafx splash-screen preloader
iPhone - Splash Screen with progress bar

I tried to create a SplashView which display the Default.png in the background and a UIProgressBar in front. But …

iphone splash-screen uiprogressview
Phonegap splash screen for android: not stretched or 9patch

I have a fake splash screen that pops up when my phonegap app is launched: super.setIntegerProperty("splashscreen", R.drawable.…

cordova screen stretch splash-screen nine-patch
Navigation Architecture Component - Splash screen

I would like to know how to implement splash screen using Navigation Architecture Component. Till now I have something like …

android kotlin splash-screen android-architecture-navigation
How do I change the splash screen in the Intel XDK?

I am creating a HTML5 app using the Intel XDK and I want to change the splash screen from the …

html splash-screen intel-xdk
Displaying splash screen in Delphi when main thread is busy

I'd like to display splash screen while the application is loading. However some 3rd party components block main thread during …

multithreading delphi delphi-2007 splash-screen