android splash-screen image

Pierre Sahores sc at sahores-conseil.com
Fri Oct 5 15:14:49 EDT 2012


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 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 from being shown.
> 
> 2) Single Stack==>Have a splash card with no code. This will display
> instantly. In the opencard handler of the splash card open the card with all
> the initializing stuff in its preopencard handler. The second card will not
> display until the preopencard handler is finished. I take this a step
> further because my second card is a login page. If the user is already
> authorized I open a third card. The user only sees the first(Splash) and
> third card although 3 cards have been "opened". If the user is not
> authorized I just exit the preopencard handler in the second card and the
> login prompts are displayed.
> 
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdimola at evergreeninfo.net


Le 5 oct. 2012 à 20:45, Colin Holgate a écrit :

> 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 image on your first card too.
> 
> Oh, also, you only get to use your splash image if it's the full version of that LiveCode feature. Otherwise you ought to be seeing a RunRev splash image.


> Hi there,
> 
> I'm missing something : i can't get my Android build to load the splash
> screen image i selected in the standalone application setting screen !?
> Works fine on the iOS side but nada on the Android side ;-(
> 
> Any help will be greatly welcome ;D
> 
> Thanks,
> 
> Pierre

--
Pierre Sahores
mobile : 06 03 95 77 70
www.sahores-conseil.com






More information about the use-livecode mailing list