preferred method for Android Splash screen
Posted: Mon Nov 29, 2021 7:29 am
Looking at the lessons I see there are two suggested methods for providing a splash screen for Android apps.
My current attempt to compile an Android app takes 30 secs to load on the simulator.
During this time the screen is black.
So method (1) is to simply have a splash stack that calls the main stack
Method (2) is to have the first card of your stack as the splash screen.
Is there an advantage to one over the other?
Method (1) doesn't require much in the way of scripting but does require two stacks,
Method (2) only one stack but does the whole stack still have to load before card 1 is seen?
or are they both pretty much the same.
My current attempt to compile an Android app takes 30 secs to load on the simulator.
During this time the screen is black.
So method (1) is to simply have a splash stack that calls the main stack
Method (2) is to have the first card of your stack as the splash screen.
Is there an advantage to one over the other?
Method (1) doesn't require much in the way of scripting but does require two stacks,
Method (2) only one stack but does the whole stack still have to load before card 1 is seen?
or are they both pretty much the same.