Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Developer
gyubok
Posts: 448
Registered: ‎10-08-2009
My Carrier: Telus

splash screen

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? 

Please use plain text.
Developer
jtegen
Posts: 6,145
Registered: ‎10-27-2010
My Carrier: AT&T

Re: splash screen

   <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.

Please use plain text.