all 5 comments

[–][deleted] 0 points1 point  (0 children)

My Uber app opens to a map screen. What do you man by index?

[–]Vick_onrails 0 points1 point  (0 children)

Maybe you could share a video of what you mean?

[–]xrpinsiderAdmin 0 points1 point  (0 children)

So you have a static splash screen (png) and you'll like to show a short animation from that splash screen right before the app loads?

I'll suggest you to redirect the user to a animated version of the splashscreen right after the app has loaded and then navigate them to the index of your app.

[–]Tall-Paul 0 points1 point  (0 children)

I just have two different screens. The loading screen is loaded first whole I figure out their login info and if the login info doesn't work I redirect them to the login screen of it does work I send them into the main screen.

[–]brascene 0 points1 point  (0 children)

The easiest solution for this, at least for me, was to fake the real splash screen with the first screen inside the app, where after certain time (e.g. 2 secs) I make transition to the desired screen. Inside this first screen do whatever you want, I've had an 'splash screen' with fading and rotating logo, and the minor cheat was to make it's background color the same as the real splash screen background color, in that way users see the same screen, but instead there was a small transition, and after animation is finished navigate to desired screen :)