The splash screen is a rectangular or full screen image which appears while a software product is loading (OS, CAD, game, etc). Often it contains a progress bar, indicating the loading phases.
Questions tagged [splash-screen]
3668 questions
619
votes
31 answers
How do I make a splash screen?
I want my app to look more professional, so I decided to add a splash screen.
How should I go about the implementation?

Ephraim
- 8,352
- 9
- 31
- 48
262
votes
24 answers
Adding a splash screen to Flutter apps
How would you approach adding a splash screen to Flutter apps? It should load and display before any other content. Currently, there is a brief flash of color before the Scaffold(home:X) widget loads.

Pieter
- 4,721
- 6
- 19
- 18
227
votes
11 answers
Android splash screen image sizes to fit all devices
I have a full screen PNG I want to display on splash. Only one error there, and I have no idea
what size to put in every drawable folder (ldpi, mdpi, hdpi, and xhdpi). My application is supposed to run good and beautiful on all phones and tablets.…

rel-s
- 6,108
- 11
- 38
- 50
123
votes
18 answers
How To fix white screen on app Start up?
I have an android app which displays a white screen for 2 seconds on startup. My other apps don't do this, but this one does. I have also implemented a splashscreen with the hope that it would fix this. Should I increase my splash screen sleep…

Anonymous
- 1,389
- 3
- 11
- 16
121
votes
7 answers
android splash screen sizes for ldpi,mdpi, hdpi, xhdpi displays ? - eg : 1024X768 pixels for ldpi
I have to design splash screens(images that fit screen while loading) for android application using phonegap. I have to design 4 size images that fit for 4types of screens like ldpi, mdpi , hdpi, xhdpi . Can anyone tell me exact sizes in pixels for…

user1767962
- 2,089
- 4
- 18
- 19
101
votes
10 answers
What are the sizes used for the iOS application splash screen?
I am developing an application using the iOS SDK. I need to know what Default splash screen sizes I need.

a111
- 2,125
- 5
- 20
- 21
99
votes
6 answers
Changing the status bar text color in splash screen iOS 7
I know that are already some stackoverflow questions that say how to change the status bar for all view controllers. I am currently changing the color of status bar this way:
if(IS_IOS7)
[[UIApplication sharedApplication]…

Tiago Almeida
- 14,081
- 3
- 67
- 82
85
votes
10 answers
how to hide status bar when splash screen appears in iphone?
Is there a way to hide the status bar when showing splash screen in iPhone
and then show again in application?

Rahul Vyas
- 28,260
- 49
- 182
- 256
84
votes
6 answers
Phonegap - add a splash screen for Android app
Could anybody please advise how I can add a splash screen to my HTML5 Phonegap based Android App. I just want it to display for 5 seconds on load. Also - can anybody advise what dimensions the splash screen should be.

Dancer
- 17,035
- 38
- 129
- 206
81
votes
6 answers
Android SplashScreen
I'm developing an application which basically downloads a lot of data at the start of the application itself and displays it in the ListActivity. What I'm planning to do is show a Splash Screen till the data is loaded.
Till now all my attempts have…

JaVadid
- 7,107
- 13
- 42
- 54
75
votes
13 answers
How to build splash screen in windows forms application?
I need to show splash screen on my application start for few seconds. Does anybody know how to implement this?
Will be much appreciate for the help.

mironych
- 2,938
- 2
- 28
- 37
65
votes
1 answer
Ionic - Remove Disable spinner on splash screen
How can I disable the splash screen spinner during the startup of an Ionic app?

lewis4u
- 14,256
- 18
- 107
- 148
62
votes
12 answers
Multi-threaded splash screen in C#?
I want a splash screen to show while the application is loading. I have a form with a system tray control tied to it. I want the splash screen to display while this form loads, which takes a bit of time since it's accessing a web service API to…

John Virgolino
- 1,828
- 3
- 16
- 25
61
votes
11 answers
Android 12 Splash Screen Icon Not Displaying
I am seeing a weird issue with a new app that I am starting. I am utilizing the new Android 12 splash screen API to create my splash screen and I followed the guide provided by Google to do so. I included core-splashscreen in my project to provide…

Joseph Hawkes-Cates
- 1,911
- 2
- 12
- 13
61
votes
17 answers
iOS 9 Splash screen is black
My apps' splash screens are all plain black after upgrading to iOS9.
Does anybody know why this is? Some of them are using a .xib splash screen and some are using images, but they're all just black now. Does an app have to be built with Xcode 7 for…

andrrs
- 2,289
- 3
- 17
- 25