Questions tagged [blackberry-10]

BlackBerry 10 is a QNX-based mobile platform developed by BlackBerry (formerly Research in Motion). It is the successor to the BlackBerry Java platform and was launched to consumers on January 30th 2013. Be sure to read the tag wiki (click on learn more) before selecting question tags.

BlackBerry 10 is a QNX based mobile platform created by BlackBerry (formerly Research in Motion). The officially supported development approaches are:

  • Native (C/C++) - This includes a UI framework called Cascades which developers can use to design and layout UI components

  • WebWorks (HTML5) - BlackBerry® WebWorks™ allows web and mobile web developers to use the SDK in combination with their development tooling of choice to develop, test and package up their web applications for BlackBerry tablets and smartphones.

  • Android runtime (Java) - BlackBerry 10 includes the Android 4.2.2 (Jelly Bean) runtime so Android apps can be repackaged to run on BlackBerry 10 devices

  • Adobe AIR (Actionscript) - BlackBerry 10 includes the Adobe AIR runtime to allow AIR apps to be repackaged to run on BlackBerry 10 devices

  • Development for BlackBerry OS - Use your existing JavaScript/CSS/HTML skills to bring your app to existing smartphone users. Develop using HTML5, JAVA, Theme Studio

BlackBerry 10 was officially launched to developers in May 2012.

The operating system, as well as two devices, the Z10 (a full touchscreen device), and the Q10 (a device equipped with a physical keyboard), were announced simultaneously around the world on January 30, 2013.

When asking a question, please use one of the following tags to specify platform:

For simulator do not use tag, instead use . For Eclipse plugin use .

1386 questions
-3
votes
1 answer

parse xml on blackberry 10

I need to parse file xml I have a link that display
-3
votes
1 answer

How to get the Virtual Good sales report on the Blackberry App World developer portal?

I have a virtual good on sales inside a Blackberry 10 free application. However, I wonder how to check the sales report of this virtual good.
poiuytrez
  • 21,330
  • 35
  • 113
  • 172
-3
votes
1 answer

Where can I get the Blackberry 10 Alpha Dev Kit from?

Is there a download location and dev guidance?
Ultan
  • 7
  • 2
-4
votes
1 answer

Blackberry 10 get device physical storage capacity programmatically

How I get Blackberry 10 device total physical storage and available physical storage programmatically.
Amit Yadav
  • 32,664
  • 6
  • 42
  • 57
-4
votes
1 answer

Porting iOS app on Blackberry 10

I want to port the iOS app (ex.HelloWorld) developed in XCode on Blackberry 10 device. I have gone through the Cascades for Blackberry 10, but according to this, needs to install an Blackberry Native SDK and QNX Momentics IDE. Is there any other…
Girish
  • 4,692
  • 4
  • 35
  • 55
-5
votes
1 answer

CALC code in blackberry 10

How can we append the two string in bb10??? I m to make a calculator for blackberry but get some errors. Please help me out. I got error in this code: void CalcTrial::oneButtonClicked() { // Change the button text when clicked …
1 2 3
92
93