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).

xcode 6 - change default launch screen display time

In a new Xcode 6 project, a default LaunchScreen.xib file is created that is displayed for a brief time when …

xcode xcode6 delay splash-screen launch-screen
Checkbox Preference and Checking if its enabled or disable

Im having issues with the below code on making a checkbox preference, That by default is checked. My first activity …

android sharedpreferences splash-screen android-preferences android-checkbox
Cordova 3.4 iOS white screen after splash

I have been looking around at a few different posts on here concerning this issue and nothing has solved my …

jquery ios cordova splash-screen
Meteor : way to specify icon and launch screen of an app?

I would like to set an icon and splash screen to my application made with meteor + cordova without editing the …

cordova meteor icons splash-screen
Setting gradient background color to LaunchScreen which will display a logo image at center

I have a requirement to set a Gradient background to the launch screen with a UIImageView in the center which …

ios uiimageview splash-screen launch-screen
How to scale and centre a drawable inside layer-list android?

I'm trying to center a drawable image with some padding on either side to use as a splash screen logo. …

android xml android-layout splash-screen layer-list
iOS 7 launch image (splash screen) fades out

On iOS 7, launch images fade out instead of disappearing immediately when the app is loaded. Is there any setting to …

animation splash-screen ios7 fadeout
How to use wait() method in android programming for the splash?

I would like to make a splash for my android app. The function is that when the app is open, …

android splash-screen time-wait
Create a true splash screen

How can I make a true splash screen in Android? I don't want timers or delays. Just a splash screen …

android splash-screen
Swing Splash screen with progress bar

This is my splash screen code, public class SplashScreen extends JWindow { private static final long serialVersionUID = 1L; private BorderLayout borderLayout = …

java swing splash-screen jprogressbar invokelater