Questions tagged [splash-screen]

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.

3084 questions
588
votes
33 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
  • 7,936
  • 9
  • 29
  • 45
222
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.…
arielschon12
  • 5,846
  • 11
  • 33
  • 49
214
votes
23 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
  • 3,581
  • 5
  • 16
  • 18
114
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,289
  • 3
  • 11
  • 16
113
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
  • 1,931
  • 4
  • 16
  • 19
99
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,085
  • 4
  • 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
  • 13,437
  • 3
  • 62
  • 80
80
votes
5 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
  • 6,937
  • 13
  • 40
  • 54
67
votes
12 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,828
  • 2
  • 23
  • 33
60
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,808
  • 3
  • 16
  • 25
60
votes
16 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,199
  • 3
  • 15
  • 24
53
votes
22 answers

Displaying splash screen for longer than default seconds

Is it possible to display the Default.png for a specified number of seconds? I have a client that wants the splash screen displayed for longer than its current time. They would like it displayed for 2 - 3 seconds.
fulvio
  • 24,168
  • 20
  • 122
  • 198
49
votes
24 answers

How can I display a splash screen for longer on an iPhone?

How can I display a splash screen for a longer period of time than the default time on an iPhone?
Shofiur
46
votes
7 answers

SplashScreen with Vector stretched full screen

I did my splash screen with this tutorial and it works great: https://www.bignerdranch.com/blog/splash-screens-the-right-way/ Basically I set up a splascreen through theme: