for the blackberry 10 platform
play

for the BlackBerry 10 platform Vladimir Minenko, Qt team lead, - PowerPoint PPT Presentation

Developing with for the BlackBerry 10 platform Vladimir Minenko, Qt team lead, Research in Motion Qt Developer Conference 2012 Qt Developer Days 2012 2 Thank you for making this event happen! Qt Developer Days 2012 3 Points to convey A


  1. Developing with for the BlackBerry 10 platform Vladimir Minenko, Qt team lead, Research in Motion Qt Developer Conference 2012

  2. Qt Developer Days 2012 2 Thank you for making this event happen!

  3. Qt Developer Days 2012 3 Points to convey • A story … • What the heck is … • Where and how to start

  4. Qt Developer Days 2012 4 A story of…

  5. Qt Developer Days 2012 5 A story of… friends@RIM Today Nov 2011 May 2012 Q1 2013

  6. Qt Developer Days 2012 6 A story of… 4.8.3 “BYO” friends@RIM Today Nov 2011 May 2012 Q1 2013

  7. Qt Developer Days 2012 7 A story of… 4.8.3 “BYO” friends@RIM Today Nov 2011 May 2012 Q1 2013

  8. Qt Developer Days 2012 8 A story of… 4.8.3 “BYO” friends@RIM Today Nov 2011 May 2012 Q1 2013

  9. Qt Developer Days 2012 9 A story of… 4.8.3 “BYO” friends@RIM team@RIM Today Nov 2011 May 2012 Q1 2013

  10. Qt Developer Days 2012 10 A story of… Jan 30, 2013 4.8.3 “BYO” friends@RIM team@RIM Today Nov 2011 May 2012 Q1 2013

  11. Qt Developer Days 2012 11 A story of… Jan 30, 2013 4.8.3 “BYO” friends@RIM team@RIM Community Today Nov 2011 May 2012 Q1 2013

  12. Qt Developer Days 2012 12 BlackBerry 10 for developers

  13. Qt Developer Days 2012 13 BlackBerry 10 development Native SDK WebWorks SDK C/C++ Cascades HTML5 Android SDK AIR SDK AS3 Flex Java

  14. Qt Developer Days 2012 14 BlackBerry 10 NDK Cascades Developers QtGui Developers Game Developers UI QtGui Qt Quick More under http://developer.blackberry.com/native/beta/documentation/

  15. Qt Developer Days 2012 15 BlackBerry 10 for developers

  16. Qt Developer Days 2012 16 Qt on BlackBerry 10 Qt UI apps Cascades UI apps (C++ and Qt Quick) (C++ and QML) Qt-based Platform API Cascades UI framework Qt Quick QtSvg QtCore QtNetwork QtScript QtGui Items and QtCreator QtWebKit elements plugin specific QtSql QtXml QtXmlPatterns QtDeclarative style (temporarily) BlackBerry QPA plugin QNX adaptations adaptations QNX + BlackBerry Platform API

  17. 2012 17 What the heck is Cascades?

  18. 2012 18 No worries at all! If you know Qt, starting with Cascades is just a piece of cake!

  19. Qt Developer Days 2012 19 What the heck is Cascades?  Cascades is native BlackBerry 10 UI framework  Allows writing apps in C++ or/and QML in a Qt way!  It is based on Qt but…  Has an own client-server scenegraph-based rendering backend (does not use Qt for this)  More – tomorrow at 9:00am in Asgabad and under: https://developer.blackberry.com/cascades/documentation

  20. Qt Developer Days 2012 20 Qt on BlackBerry 10, again Qt UI apps Cascades UI apps (C++ and Qt Quick) (C++ and QML) Qt-based Platform API Cascades UI framework Qt Quick QtSvg QtCore QtNetwork QtScript QtGui Items and QtCreator QtWebKit elements plugin specific QtSql QtXml QtXmlPatterns QtDeclarative style (temporarily) BlackBerry QPA plugin QNX adaptations adaptations QNX + BlackBerry Platform API

  21. Qt Developer Days 2012 21 Cascades apps Cascades UI apps (C++ and QML) Qt-based Platform API Cascades UI framework Qt Quick QtSvg QtCore QtNetwork QtScript QtGui Items and QtCreator elements plugin specific QtSql QtXml QtXmlPatterns QtDeclarative style BlackBerry QPA plugin QNX adaptations adaptations QNX + BlackBerry Platform API

  22. Qt Developer Days 2012 22 Pure Qt apps Qt UI apps (C++ and Qt Quick) Qt-based Platform API Cascades UI framework Qt Quick QtSvg QtCore QtNetwork QtScript QtGui Items and QtCreator elements plugin specific QtSql QtXml QtXmlPatterns QtDeclarative style BlackBerry QPA plugin QNX adaptations adaptations QNX + BlackBerry Platform API

  23. Qt Developer Days 2012 23 Pure Qt UI on BlackBerry 10 • Qt C++ widgets • Qt Quick custom UI • BlackBerry 10 style • BYO (prototype developed by KDAB)

  24. Qt Developer Days 2012 24 Mobile related stuff  …  Full touch devices: 1280 x 720  Keyboard devices: 720 x720  Tons of sensors  Bluetooth  NFC  Camera  GPS  and more…

  25. Qt Developer Days 2012 25 Your first steps  Check http://qt-project.org/wiki/BlackBerry  Register @RIM and get signing keys  Download, install and setup the BlackBerry 10 NDK: http://developer.blackberry.com/native/beta/documentation/app_develo pment_start_finish.html  Download and setup QtCreator 2.6.x  Get an “Hello World” app done

  26. Qt Developer Days 2012 26 Your tools  BlackBerry 10 NDK  Cross-compile toolchain  Qt 4.8.x  Momentics IDE  BlackBerry 10 Simulator  QtCreator 2.6.x or newer  DevAlpha device

  27. Qt Developer Days 2012 27 Packaging BAR Descriptor (XML) BAR Files Debug Token RIM certificates Signed BAR Developer BAR Certificates

  28. Qt Developer Days 2012 28 Metadata about your app  Mandatory!  Written in the “BAR descriptor file”, XML based  Versions (build, platform, etc)  Names and IDs (author, app, package, etc)  Assets (files your app uses, incl. libs)  The icon and the splash-screen  Entry point  Permissions needed

  29. Qt Developer Days 2012 29 Sandbox Sandbox data logs tmp app Application Installation shared User Shared

  30. Qt Developer Days 2012 30 Get a simple Qt app on BB10

  31. Qt Developer Days 2012 31 Fully open source  Focus on Qt4 mid-term  We work fully upstream!  Need(ed) to revert/add a commit in a few cases  Use internal branches for integration and image builds  Run local Jenkins-based CI

  32. Qt Developer Days 2012 32 What is next?  Launch BlackBerry 10!  Launch BlackBerry 10!!  Launch BlackBerry 10!!!  Revive Qt Mobility for Qt4  Get integrated with Qt’s CI  Qt5 as an add-on lib  Explore Qt5 on BlackBerry 10  Get BlackBerry WebKit into Qt  And more…

  33. Qt Developer Days 2012 33 Easy to port. Hard to resist.  Get a DevAlpha device for free if you convince us your plans are serious  Participate in the “10k Developer Commitment” program

  34. Qt Developer Days 2012 34 Day Time Room Title Speaker Today 15:30 Here! Connecting your BlackBerry 10 app to the network Peter Hartmann Today 16:45 Bischkek How Qt Helped RIM Build BlackBerry 10 Jeff Kehres Tomorrow 09:00 Asgabat BlackBerry 10 Cascades UI Framework: A Different Take Markus Landin Tomorrow 15:00 A keynote Qt and the upcoming BlackBerry 10 Platform Alec Saunders BlackBerry Developer: https://developer.blackberry.com/ BlackBerry on Github: https://github.com/blackberry Slides and videos from BlackBerry Jams: http://hosting.desire2learncapture.com/RIM/ Group @Qt: http://qt-project.org/groups/qt-blackberry-and-qnx Wiki @Qt: http://qt-project.org/wiki/BlackBerry Next key event: BlackBerry Jam Europe 5-6 February, Amsterdam

  35. Qt Developer Days 2012 35 Day Time Room Title Speaker Today 15:30 Here! Connecting your BlackBerry 10 app to the network Peter Hartmann Today 16:45 Bischkek How Qt Helped RIM Build BlackBerry 10 Jeff Kehres Tomorrow 09:00 Asgabat BlackBerry 10 Cascades UI Framework: A Different Take Markus Landin Tomorrow 15:00 A keynote Qt and the upcoming BlackBerry 10 Platform Alec Saunders BlackBerry Developer: https://developer.blackberry.com/ BlackBerry on Github: https://github.com/blackberry Slides and videos from BlackBerry Jams: http://hosting.desire2learncapture.com/RIM/ Group @Qt: http://qt-project.org/groups/qt-blackberry-and-qnx Wiki @Qt: http://qt-project.org/wiki/BlackBerry BlackBerry Jam Europe 5-6 February, Amsterdam Thank you! Questions? Vladimir Minenko

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend