I am working on a BlackBerry application which requires a splash screen as the application starts. I have not found any examples that implement a splash screen.
I have used a timer at the start class of the application to display the splash image.
Is there any other way around this problem?
To create a splash screen for a BlackBerry smartphone application, the MainScreen class must be extended, key and navigation events need to be consumed, and a timer can be used to dismiss the screen after a certain amount of time.