09-14-2012 04:11 AM
I hope to mainly use html/js developing my app.
but I prefer to assign some intensive computing to ndk.
Just wonder, which language(java/c,c++) do I need to select?
Welcome any comment
Solved! Go to Solution.
09-14-2012 08:38 AM
Hello,
There are a couple answers here.
If you plan on developing for BlackBerry 10, any native extensions you make will be done in C/C++. https://developer.blackberry.com/html5/documentati
Example template https://github.com/blackberry/WebWorks-Community-A
If you wish to target BlackBerry OS phones, then you'll be creating Java extensions. https://developer.blackberry.com/html5/documentati
Example template https://github.com/blackberry/WebWorks-Community-A