Questions tagged [dynamic-splash-screen]
33 questions
0
votes
2 answers
How to create Splash screen for App developed by Adobe AIR using Android?
In my application i am using splash screen with time intervel when app starts for few seconds like 5 or 6 seconds . this is the code am using
private static int SPLASH_TIME_OUT = 5000;
new Handler().postDelayed(new Runnable() {
@Override
…

RajaReddy PolamReddy
- 22,428
- 19
- 115
- 166
0
votes
1 answer
Splash Screen using webservice
I have to display a splash screen which resides on a server. Using a web service, I have to get it displayed in my SplashScreenViewController. So it's obvious that when my app launches, it will display a blank screen (img is being downloaded) and…

iCoder
- 1,298
- 1
- 9
- 25
-1
votes
1 answer
How to make splash screen like pinterest android application?
I am developing android application and initially I need to describe what is my app is all about.
I like the way Pinterest is doing, operating a UI thread with background animation. Another example is Snapchat, on login page front camera is running…

user3606902
- 829
- 1
- 10
- 25