-
Loading screen
Hi,
Is possible create a loading screen for Mobile Applications?
I exported my .exe game to .jar. In phone, there a delay for many seconds (eleven, I believe) between game appear (white screen) and game start. I want show a picture in screen while the game is loading.
Sorry for my english.
-
Re: Loading screen
I don't think java has a pre-loader like flash.
-
Re: Loading screen
You can make a loading screen with the sub-application. Don't make it modal so that the program continues to load while the loading screen does its thing.
Marv
-
Re: Loading screen
Nivram, could you make an example? I'm not sure I know what you mean; I can't find anything like the flash exporter, and having a sub app that takes a few seconds to load in another app freezes both...
-
Re: Loading screen
It's really complicated :S
Nivram, I'll try your method :D
Thanks to all ;D