12-17-2012 05:30 PM
Hi, I know that we can assign splash screen to an app via descriptor.xml file but how are we supposed to account for the multiple screen sizes?
Until now, I've been creating splash screen manually so there wasn't an issue with different screen sizes but assigning one image will create problems.
Does anyone know how to create splash screen manually so that it replaces the BlackBerry logo on app start?
12-17-2012 07:22 PM
<splashScreens>
<image>assets/splash.png</image>
<image>assets/splash_portrait.png</image>
</splashScreens>
The system will look at the image size of each one to determine the best one to use.