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

Orienting iOS splash image to landscape/portrait according to launch orientation

I have an app that can launch in portrait or landscape. I'd like the Default.png file (the splash image …

ios landscape splash-screen portrait
How can I make an iPhone launch image easily?

According to Apple's guide line, an iPhone app's launch image/splash screen should be a prerendered static image that looks …

iphone ios xcode splash-screen
Make splash screen with progress bar like Eclipse

My main class loads configuration from a file then shows a frame. I want to make a splash screen with …

java spring swing splash-screen windowbuilder
Android splash screen while loading MainActivity

So, I just read this question: How do I make a splash screen? But instead of adding a fixed delay (…

android multithreading wait splash-screen supportmapfragment
Android Studio fading splash into main

I currently am working on an android app. Just started and I was able to implement my splash screen. However, …

android android-studio android-animation fadein splash-screen
How to delay Default.png?

How can I delay the app loading to show the splash screen for longer?

iphone ipod splash-screen default.png
Check if the SDCard is present, boolean is always true

In my splash screen, I want to check if the phone has a SDCard. The Boolean statement is beneath: Boolean …

android splash-screen android-sdcard
android splash screen/ loading screen

I have a splash screen/loading screen that has .setVisibility() to GONE right after the draw call of my large …

android multithreading splash-screen android-2.1-eclair
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 …

android android-layout splash-screen android-vectordrawable