How to build an image-based splash screen for my j2me application?
I already have an application and I need an splash screen to attach with it.
|
How to build an image-based splash screen for my j2me application? I already have an application and I need an splash screen to attach with it.
| |||
|
feedback
|
|
You can use something like this:
So, all you do is just create a new instance of this class and start the Thread. | ||||
|
feedback
|
|
There is no default 'splash screen' method for J2ME, it involves just showing a picture for a few seconds then carrying on with the next display. If you really want you can use the time to load some other things in the background. | |||
|
feedback
|