BlackBerry 10 is a QNX-based mobile platform developed by BlackBerry (formerly Research in Motion).
I'm developing a BlackBerry 10 mobile application using the Momentics IDE (native SDK). I have a listview which I want to …
c++ qt blackberry-10 cascade qvariantI'm developing a Blackberry 10 mobile application using the BB Native SDK. I need to call a QML function into my …
qt mobile blackberry qml blackberry-10We want to install the com.blackberry.app plugin (http://plugins.cordova.io/#/package/com.blackberry.app) for our (cordova 3.4.0 …
cordova blackberry-10Q_DECL_EXPORT int main(int argc, char **argv) What does this Q_DECL_EXPORT before int main(...) means?
c++ blackberry-10This is the silliest thing to do in any language but I'm stuck on how to do it in QML. …
qt qml blackberry-10This is a header file extracted from a blackberry 10 helloworld program. #ifndef ApplicationUI_HPP_ #define ApplicationUI_HPP_ #include <QObject&…
c++ qml blackberry-10Does anyone know how to display local images, packaged inside a Cordova container, using Ionic (http://ionicframework.com/docs/)? I …
android cordova blackberry-10 ionic-frameworkin my app I need internationalization. Say I have created several .ts file for different languages e.g., German, French, …
c++ qt blackberry-10I need to know how to make charts/graphs in Blackberry 10 Cascades Beta 3 SDK, QML, Qt, C++. If anyone can …
c++ qt charts qml blackberry-10Below is the code for my qthread implementation. I am trying to get gps data from satellite. QThread doesn't produce …
c++ qt gps blackberry-10 qthread