Blackberry AIR App, how to add a splash screen


/ Published in: XML
Save to your folder(s)

Include this XML file, named “blackberry-tablet.xml” and move it at the root level of your app.


Copy this code and paste it in your HTML
  1. <qnx>
  2. <initialWindow>
  3. <systemChrome>none</systemChrome>
  4. <transparent>false</transparent>
  5. </initialWindow>
  6. <publisher>NameOfPublisher</publisher>
  7. <category>core.internet</category>
  8. <icon>
  9. <image>icons/72x72.png</image>
  10. </icon>
  11. <splashscreen>awesomeSplashscreen.png</splashscreen>
  12. </qnx>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.