1 / 25

DEV141 Gord Tanner (@ gordtanner ) Michael Brooks (@ mwbrooks ) May 1, 2012

Porting to BlackBerry using Apache Cordova. DEV141 Gord Tanner (@ gordtanner ) Michael Brooks (@ mwbrooks ) May 1, 2012. What is …. What is …. You may know it as …. Wikipedia Port Demo. iOS. Android. BlackBerry. Be Agnostic …. It will look right at first, but

newman
Download Presentation

DEV141 Gord Tanner (@ gordtanner ) Michael Brooks (@ mwbrooks ) May 1, 2012

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Porting to BlackBerry using Apache Cordova • DEV141 • Gord Tanner (@gordtanner) Michael Brooks (@mwbrooks) • May 1, 2012

  2. What is …

  3. What is …

  4. You may know it as …

  5. Wikipedia Port Demo

  6. iOS

  7. Android

  8. BlackBerry

  9. Be Agnostic … It will look right at first, but When people look deeper The will only see what is wrong

  10. Looks Weird on BlackBerry …

  11. We’ve Solved this Already …

  12. HTML 5 Makes it Easier …

  13. Platform UI Guidelines …

  14. OS7

  15. Menus

  16. Menus

  17. PlayBook

  18. bbUI.js https://github.com/blackberry/bbUI.js

  19. Responsive Web Design … http://www.anderssonwise.com/

  20. Quick Preview … http://responsive.is/

  21. CSS Media Queries - No Magic … #button { width: 25%; } @mediascreen and (max-width: 480px) { #button{ width: 100%; } }

  22. Many Samples … http://mediaqueri.es/

  23. Cross-Platform Gotchas … • Interaction • Mouse Events • Touch Events (thumbs.js) • CSS Performance • JavaScript Performance

  24. THANK YOU DEV141 Gord Tanner (@gordtanner) Michael Brooks (@mwbrooks) May 1, 2012

More Related