Splash screen image size
问题 I am creating a splash screen for my BlackBerry app. Right now the image is not properly placed in all the simulators on which I am testing. What should be the size of my image for the splash screen, so that it fits in all the device sizes? 回答1: The main part is, creating Startup Class which extends UiApplication . This is the StartUp.java public class StartUp extends UiApplication { public static void main(String[]args) { StartUp start=new StartUp(); start.enterEventDispatcher(); } public