Mobile App Boot Splash Page
Posted: Mon Jun 23, 2014 10:12 pm
Livecode Forum,
I'm finishing up a mobile app for Android on Livecode V6.6.2 and I'm trying to improve the users start up experience. Has anyone else had to deal with this or is everyone just living with the delay. Here is what I'm finding.
Single Card App Size: 6.5M Boot Time: 1 second
Larger App Size: 14.5M Boot Time 3-5 seconds
During the boot time the users screen goes BLACK and it looks like the device has gone to sleep, but it is just the Livecode engine booting.
(Note: this is based on a dual core android phone with 16Meg of RAM, which is typically quite fast)
I would like to display a SPLASH image to the user during the boot time. This is an option in the settings, but only for non-commercial licenses.
I have done the following with no luck.
1> Created a single card and attempted to launch the main stack with a MODAL STACK call. Looks like this doesn't work on mobile or maybe I'm doing something wrong.
2> Created a splash card in the main app, but this card doesn't get displayed until the app starts so you still have the long BLACK screen.
Any suggestions?????
Thanks
I'm finishing up a mobile app for Android on Livecode V6.6.2 and I'm trying to improve the users start up experience. Has anyone else had to deal with this or is everyone just living with the delay. Here is what I'm finding.
Single Card App Size: 6.5M Boot Time: 1 second
Larger App Size: 14.5M Boot Time 3-5 seconds
During the boot time the users screen goes BLACK and it looks like the device has gone to sleep, but it is just the Livecode engine booting.
(Note: this is based on a dual core android phone with 16Meg of RAM, which is typically quite fast)
I would like to display a SPLASH image to the user during the boot time. This is an option in the settings, but only for non-commercial licenses.
I have done the following with no luck.
1> Created a single card and attempted to launch the main stack with a MODAL STACK call. Looks like this doesn't work on mobile or maybe I'm doing something wrong.
2> Created a splash card in the main app, but this card doesn't get displayed until the app starts so you still have the long BLACK screen.
Any suggestions?????
Thanks