1 / 8

Developing for BlackBerry 10

Developing for BlackBerry 10. BlackBerry 10 != BlackBerry OS. March. March. March. 2013. Last week. Today. Sup ported Development Platforms. Android Java. Android 2.3.3 Runtime Dalvik Virtual Machine .apk needs to be repackaged as .bar Some APIs not supported

nura
Download Presentation

Developing for BlackBerry 10

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. Developing for BlackBerry 10

  2. BlackBerry 10 != BlackBerry OS

  3. March March March 2013 Last week Today

  4. Supported Development Platforms

  5. Android Java • Android 2.3.3 Runtime • Dalvik Virtual Machine • .apk needs to be repackaged as .bar • Some APIs not supported • Widgets not supported • Native extensions not supported • com.google.* packages not supported (this includes com.google.android.maps)

  6. HTML5 • Webkit based engine • Cordova (phone gap), Sencha touch, • jQuery, and others supported • Native look given to apps with a • jQuery theme or bbui.js • Ripple Emulator for • debugging

  7. Cascades • Based on Qt • Designed to give apps a “native” look • Combines a C++ backend with a • QML/JavaScript front end

  8. Page{ Container{ Label{ id: myLabel text: "Hello, World!" } Button{ text: "Click me" onClicked: { myLabel.text = "Button Clicked" } } } }

More Related