Re: android splash-screen image

2012-10-05 Thread Pierre Sahores
Wouaw ! Seems so simple after getting your game roles ;D Should always read closely the subject before coding ! Thanks friends, Pierre Le 5 oct. 2012 à 20:50, Ralph DiMola a écrit : > Pierre, > > There is no splash screen for the licensed Android build. There have been 2 > techniques that hav

RE: android splash-screen image

2012-10-05 Thread Ralph DiMola
Pierre, There is no splash screen for the licensed Android build. There have been 2 techniques that have been offered on this list. 1) Dual Stack==>Have a start up stack that shows a Splash card. Then start up the "real" stack with all initializing stuff that would have delayed the first card fro

Re: android splash-screen image

2012-10-05 Thread Colin Holgate
I have wondered about that splash image. Android apps don't have a splash image system like on iOS, so I assumed that LC inserts that image after the stack is opened but before it's fully loaded. If it loads quickly then I'm not sure if you would see the splash image, unless you had the same ima