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
1
vote
1 answer
Java splash screen not working on Mac OSX but working on a PC
the code below is the implementation of a splash screen for a small Java application I have developed with Eclipse. The splash screen works perfectly well on a PC but not on a MAC. On MAC OSX, the frame first appears has a gray area during 2 seconds…

andré marquis
- 93
- 8
1
vote
2 answers
how to replace the default splash screen
I have Cordova app that I create with the command --> cordova create MyProject --template cordova-template-mfp.
Where do I put my own icon and splash screen?. I tried to replace the splash screen in the res folder but I still see the IBM…

user2570135
- 2,669
- 6
- 50
- 80
1
vote
1 answer
Android app force closing after adding Splash Screen
Hi i made a project which was running great before i started adding this Splash Screen to my project. I don't understand why when I run it in the emulator it force closes.
Androidmanifest.xml

Suphachok Phetthong
- 33
- 1
- 7
1
vote
2 answers
How to change the background color in a custom made splash screen?
In order to remove the default white splash screen I made a custom theme:
styles.xml
splash_screen.xml

Im Batman
- 1,842
- 1
- 31
- 48
1
vote
0 answers
9-patch with too big resolution doesn't work
I got this strange problem with a 9-patch in Android, which i want to use as a splash-screen. I use a build-in Android Studio plugin to create a 9-patch, but it doesnt't work properly with images with too high resolution.
This is a simplified…

Pawel
- 163
- 1
- 1
- 5
1
vote
1 answer
Is there any way to manually add some text on the codova splash screens with the IONIC framework?
I need help in adding the version number on the splash screen Images.
I am using the cordova splash screen with the Ionic frame work.

kaleemullah
- 51
- 7
1
vote
1 answer
Adding another textview in kenburnsview splashscreen
I want to add another text view below my appname here's the splash
private void setAnimation() {
ObjectAnimator scaleXAnimation = ObjectAnimator.ofFloat(findViewById(R.id.welcome_text), "scaleX", 5.0F, 1.0F);
…

Josh
- 187
- 3
- 13
1
vote
1 answer
Python scraping splash javascript click
I'm trying to use Splash to renderer a webpage with javascript content. I'm using lxml to parse the result.
I need to expand hidden menus. I've found the method to click on element but I don't know how I can click on each result from an xpath…

Matt
- 4,309
- 7
- 38
- 52
1
vote
0 answers
Cannot view splash-screen in Intel XDK (cordova app)
Using Intel XDK, I am developing a mobile app. I included the cordova splash-screen plugin and generated the splash-screen images using Intel XDK's "Launch Icons and Splash Screens" feature. Then I tried to test the splash-screen using the Simulate…

User123
- 11
- 2
1
vote
2 answers
Splash Screen Winforms
I have a .Net Winform application which will take some time to load.
I want to create a Splash Screen which will start when I click on my Application and closes when my Application opens up.Basically through Splash Screen I want to moniter the…

reddy
- 81
- 2
- 7
1
vote
1 answer
setContentView(); giving error in my splash screen activity
Hello Android Developers,
I am making an app which runs welcome screen (as app features for only one time as user installs app)and then splash screen which contains logo of my app and then it proceed to app my api level is min 17(jelly bean 4.1) my…

Android Developer
- 43
- 6
1
vote
1 answer
How can i use a video from google drive as my splash screen
At the moment im using a still image for my splash. but im revamping it at the moment and have made a splash using after effects. i have got some code that plays video as the splash but the file would be stored in app. i want to make it so that the…

Mark Harrop
- 192
- 1
- 14
1
vote
1 answer
Creating white splash screen with logo in the center
I have a white splash screen with logo in the center. What is the best practice or the specifications of deliverable files I should provide to the Android developer. What are the sizes of logo image (px), resolution of images (dpi)? Is it applicable…

Mstyle
- 11
- 2
1
vote
0 answers
Ionic splash screen and app size issue
Since ionic resource --splash doesn't work for some reason as it should, I have manually exported those several dimensions for splash screen from splash.psd. I have copied those files to resources/android/splash and noticed that now my app doesn't…

Norgul
- 4,613
- 13
- 61
- 144
1
vote
3 answers
problem with splash screen - C# - VS2005
I have an application.
First I display a splash screen, a form, and this splash would call another form.
Problem: When the splash form is displayed, if I then open another application on the top of the splash, and then minimize this newly opened…

BDeveloper
- 1,175
- 6
- 24
- 44