Questions tagged [dynamic-splash-screen]

33 questions
14
votes
5 answers

iOS Animated Splash Screen

Is it possible to add an .fla file as splash screen in iOS development? If not what are the other formats of animated files does a splash screen accept? Does it accept animated gifs? or .swf files? or do i have to write the animation frame by frame.…
CodeGeek123
  • 4,341
  • 8
  • 50
  • 79
4
votes
5 answers

Skipping a Splash Screen

I have designed a splash screen with a button. The Java code is as below. The layout of the splash contains some texts with animation and button named skipped splash screen. When the user presses the button, the splash screen has to stop immediately…
3
votes
2 answers

how to set android splash screen using config.xml of cordova2.6

I am using cordova2.6 for my app. I can set splash screen using the SplashScreen api comes with cordova. That works fine too but when I tried to use inside the…
Pradeep CR
  • 517
  • 2
  • 5
  • 14
2
votes
1 answer

How to set Custom View as Real Splash Screen in Flutter Android

I am trying to show a custom view as real splash screen that pops up when flutter is initialising its first frame. I am following the documentation but as it says we need to create a flutter fragment and override provideSplashScreen method. I did…
Taha Malik
  • 2,188
  • 1
  • 17
  • 28
2
votes
1 answer

cordova-splash not working with getting an unhandled error event

when i run cordova-splash command this error to come.Getting an unhandled error event > > $ cordova-splash > > Checking Project & Splash > > ✓ platforms found: android > ✓ splash.png exists …
2
votes
4 answers

Change splash screen image programmatically

Is it allowed to set the splash screen image by code. Since I need to change it many times ?
Ahd Radwan
  • 1,090
  • 4
  • 14
  • 31
2
votes
5 answers

How do I make a splash screen load once?

So... I've developed a splash screen which is running successfully. How can I make it run once (and only once)? I'd like to build a registration screen but I only want it to appear for the user once. Help! Amani Swann import…
1
vote
1 answer

Implementing own SplashScreen in MAUI not working

I wanted to use a SplashScreen in my .NET MAUI App which is showing a JPG FullScreen and also just thinking of showing also Version Information on the same page. When I double click on my Project-File, I can see an ItemGroup in which I set my…
1
vote
1 answer

Change content of image from xcassets through code

I am trying to update the content of an image from xcassets (through code, since I should download the new image) I need this so I can try to dynamically update the splash screen image and home page image (both are referenced from the same file in…
1
vote
2 answers

How to add dynamic content in splashscreen of ionic 3?

In my ionic 3 application, i want to add dynamic content in splash screen so that i can show current version of my application in the splash screen, what should i do?
1
vote
2 answers

How to load array of images with custom delay into splash screen Swift 3 Xcode 8?

I want to load an array of images before the app show its views to user, with a custom delay for example 5 milliseconds . any help ?? I've used UIImageView in UIViewController and this is my code: import UIKit class CustomViewController:…
MEH
  • 1,777
  • 3
  • 15
  • 34
1
vote
0 answers

Using a window as loading screen

I was not able to find anything directly to fix this problem of mine. I am trying to make a animated gif as a loading screen for few places in my program where the loading time is quit long. I got it working in the startup but once I try to use it…
BlackStarHH
  • 75
  • 2
  • 11
1
vote
1 answer

Animated Splash screen in Netbeans Java

I am trying to make animated Gif Splash screen in java netbeans but it doesn't works.. so I use jpg or PNG files it works .. I want to use gif animated file in splash screen I am using -splash:src/Images/sspp.PNG in VM options.. please tell some…
fzprog
  • 69
  • 1
  • 14
1
vote
1 answer

KenBurnsView creating smooth custom animation

I'm using the KenBurnsView library in here But transition is not smooth and I don't know how to use the following code noted on github: RandomTransitionGenerator generator = new RandomTransitionGenerator(duration,…
Kerem
  • 1,494
  • 2
  • 16
  • 27
1
vote
1 answer

Activity start again over the old activity when rotate

I have two Splash screen first is static and after him start second splash screen who switch diffrent splash screens randomly.My problem is when start second activity and till activity works rotate the phone second activity start again over the old…
1
2 3