Two questions (preloader and unique id)
Hi there,
I have two questions for you.
1) I have read (and experienced directly) the problem that Air Android apps have no chance to show a splash screen to the user when the app is loading.
This is a bad thing because the user has no feedback that something is happening and if the app is big he only see a black screen for some time.
What then if I split my application in two swf like the web based ones?
I mean to have a small preloader.swf (that is my main android app) that shows a splash screen to the user while it loads a application.swf (that is the biggest part of the app)
What exactly happens at runtime?
I ask because I've read somewhere that the starting latency depends not only by the loading time of the entire apk but also the air runtime tooks some time in instantiating the swf: so if I split it in two maybe it goes faster because it has to instantiate a smaller swf (then it tooks some time to instantiate the other swf but I don't care because the smaller swf showed to the user the splash screen so the user has a feedback that something is happening)
2) Is there a way to obtain an unique id of the phone where the app is running?
Thanks in advance
