Questions tagged [dynamic-splash-screen]
33 questions
1
vote
1 answer
iPad Landscape Mode - How To Add Two Splash Screen
I have successfully finished my app after months of coding. Now I'm trying to add the initial Splash Screen images to my app. How do i proceed? I have two images: one is the company logo and the other is the app logo (these splash screens are to…

Vikr
- 121
- 1
- 7
1
vote
0 answers
show GIF image in SplashScreen in Android?
I am working to create an Splash screen, in which I have to use a GIF image.
I have already worked on the animated Splash screens in which I had used Animation API to perform animation.
Now, I have a task to work with the GIF images. Please suggest…

Sam-In-TechValens
- 2,501
- 4
- 34
- 67
0
votes
1 answer
Add Text in Splash Screen above android 12
Is it possible to add a text below the logo in splash screen while using Splash Screen API? I did not find any property regarding "text" in Theme.SplashScreen.
I have also tried the following link to solve the problem but that not helped to me. Is…

Sakthivel K
- 1
- 2
0
votes
1 answer
How to add a real splash screen in flutter
I have a splash_screen.dart flutter page, in my main.dart, this page is used to check if the user is already connected but it is not a real splash screen ... my page is displayed when starting the app?
I looked on the styles.xml side (for android)…

rpz
- 27
- 5
0
votes
0 answers
Intro screen gets crashed when sliding in viewpager ArrayIndex err
I am dynamically implementing the Intro screen for the first time app launch. I am getting the images from the server through the api call, I am getting 5 images from the server and loading in the viewpager.
While sliding to the fifth image the app…

Meena Dev
- 82
- 1
- 9
0
votes
0 answers
Change Splash Screen according to Festival
I am developing a Video application which also has a Splash Screen. First time when the application starts it will to show the Image stored in Res Folder in Android Studio. Next time when user opens the app it should show the Splash Screen the is…

Jatin Bhatia
- 248
- 4
- 15
0
votes
1 answer
Ionic app launch without splash screen & even without blank screen
I am using Ionic v1.
Is there a way to remove splash screen and make the app launch instantly?
I don't even want the blank screen that appears in place of splash screen image.
App has to be launched immediately.
I've tried setting splash screen to…

Raj Kumar
- 953
- 1
- 8
- 19
0
votes
1 answer
How to implement "Do Not Show" check box in splash window using Telerik RadWindow?
I am trying to implement a splash window using telerik Radwindow. I have to implement the "Do not show" check box in the splash window so that if user click on that, the splash window will not be shown till the next release. A sample code of mine is…

Indira Pranoi
- 67
- 1
- 2
- 14
0
votes
2 answers
Displaying Splash screen only once on user preference
I want to design an activity in which I have button with a title "Do not show the screen again in future", on pressing which the splash screen is skipped no matter no how many times user opens the application.
I tried using android shared…

The AV
- 129
- 2
- 16
0
votes
3 answers
Disabling Splash screen on pressing a button
I have designed a splash screen. The Java code is as below. In that screen, I have a button named "Do not show this screen again future". On pressing this button, the splash screen must never been shown in future, no matter how many times the app is…

Suresh Anand
- 73
- 9
0
votes
1 answer
Xamarin different splashscreen tablet and phone
We have a big xamarin project. We have multiple splashscreens, for phone and for tablet. The splashscreens have a logo on them, which can't be stretched. You can put a splashscreen in the drawable folders, but then you can't detect if its a tablet…

Robert-Jan
- 196
- 3
- 15
0
votes
3 answers
Exit from application from home screen and close it
I want to close my application from splash screen automatically after showing an message if there is no internet connection available or any error occurs due to response error. My code closes the application but cant close the splash screen.Times…

Rumpa
- 11
- 1
0
votes
1 answer
Show Wait Form for dynamic time until processing is done
I have searched in many threads of stackoverflow, Code Project, C# Corner and many other forums.
My Question is cloned. But i can't any satisfactory solution.
I want to show a wait form that will appear when there is some sort of background work .…

Allah Rakha
- 65
- 2
- 11
0
votes
1 answer
Animated splash screen in C#
How can I have a Animated splash screen in C#
But I could still make a splash (Fixed)
private void SplashScreen()
{
Application.Run(new Splash());
}

m.k.h.shop
- 1
- 1
0
votes
1 answer
How many splash screens can be used in one application in ios?
How many splash screens can be there in one iphone application.
If the answer is only one then what is the reason behind, like if there are other Views and they are talking long to load when app is in running state. Is it static or what..

Exception
- 249
- 1
- 4
- 17