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
-1
votes
1 answer

How can I share unicode text via the invocation framework using QML and C++?

When I try sharing Unicode text on the BB10 Cascades framework, using the following code, all non-ASCII characters are converted to question marks at the invocation target, such as a BBM conversation or an email: InvokeActionItem { title:…
Jace
  • 1,445
  • 9
  • 20
-1
votes
2 answers

Database in BlackBerry 10

I want to learn database concept in BlackBerry 10 . I am referring BlackBerry's docs but didn't get the correct link . Can anyone give me link so that I can learn from it ?
-1
votes
1 answer

Database creation on BlackBerry 10

I am developing an app for Blackberry devices. This app contains a database. As the API are provided on the last API version, I decided to use SQLite. I followed every sample I could find everywhere but whatever happens,I cannot see the…
Nikkii
  • 15
  • 3
-1
votes
1 answer

need photo of website on Blackberry for a test

I need a big favor from a blackberry user/s. I need a photo of the homepage of the following website. It can be any blackberry phone. The person I setup the site for has to send the site to potential clients that have blackberrys. I'd like to see…
belakbox
  • 75
  • 8
-1
votes
1 answer

Android to Blackberry Runtime

I have a Android app that was made with Java - can I port this to Blackberry 10? Someone told me no, but just wanted to check here. Thanks!
-1
votes
2 answers

Settings on top bezel bb10

UPDATE I wanna implement the setting by swiping the top bezel, here's my code am I doing this right? Currently this doesn't work. I wanna know how to implement it. Where should I put the code for it, and what do I lack of so that it'll work? …
kev
  • 155
  • 1
  • 11
-1
votes
1 answer

Cannot run simple java code from real BlackBerry device

I am new to BlackBerry development. I downloaded Eclipse plugin for BlackBerry. I've just created a HelloWorld project. It runs well on a simulator but when I connect my BlackBerry Q10 to my PC, it doesn't work. (I am selecting in package explorer,…
uploader33
  • 308
  • 1
  • 5
  • 16
-1
votes
1 answer

Building Blackberry 10 App bar file

I found that no place over the internet listed all the steps to build a blackberry App (WebWorks) into a working bar file and how to install it to the device.
-1
votes
1 answer

Does BB10 support USB connection API?

Does BB10 support USB connection API? On official BB site, I didn't find any information about it.
Taras
  • 2,526
  • 3
  • 33
  • 63
-1
votes
1 answer

QML and C++ intergration

This is my first post on this forum , just started the BB 10 development and also C ++ as I am a Java Person. I am having some problem in QML and C++ intergration Here what I am trying to do: I have login page , on login button click my new page…
Shivang
  • 935
  • 8
  • 18
-1
votes
1 answer

Injecting touch event?

I'm a BlackBerry Java developer and I'm relatively new to BlackBerry 10 development. Recently I wanted to make something involving touch events, and I was wondering whether any existing APIs exist for injecting touch events onto the screen. I…
Abhishek
  • 473
  • 3
  • 12
-1
votes
2 answers

Insert the list data at end of the groupdatamodel in blackberry 10 cascades?

I have a listview with groupdatamodel, i need to insert the list data at end of the groupdatamodel, Here i have pasted the code what i have done GroupDataModel { id: grouplistdatamodel …
SelvaRaman
  • 218
  • 2
  • 15
-1
votes
1 answer

What video HTML5 video formats does the new Blackberry 10 OS support?

Blackberry is releasing a new OS (BB10) and smartphone Z10 on January 30th and it is said to have a HTML5 compatible browser, does anyone know which HTML5 video formats it supports. (e.g H.264, WEBM, OGG etc?) I would assume H.264 but looking for…
user17050
  • 44
  • 2
-1
votes
1 answer

embed ui view inside live camera view blackberry 10

i want to add some ui inside camera view blackberry 10 like photobomber samples on github https://github.com/blackberry/Cascades-Samples/tree/master/photobomber but i want to overlay the image while the camera is active and save the photo + image…
abang_adit
  • 21
  • 5
-1
votes
1 answer

QThread, signals and slots

Having a problem when trying to render a Camera Preview buffer into an opengl renderer in BB10 (but relevant to any platform). My renderer is just a basic open gl renderer that goes through a relatively infinite render loop however im looking to…
James
  • 93
  • 1
  • 1
  • 5