03-15-2012 09:37 AM
Dear all
I'm a seasoned blackberry developer but I'm rather struggling to find clear information on what I should be doing in preparation for OS 10.
My primary questions are:
1) If I used the Native SDK - will it run on OS 10?
2) How am I supposed to develop UIs in Native? Qt is mentioned but no docs anywhere.
Using HTML5/JS isn't an option for me as I've tried and failed miserably at developing native apps as web apps - the users just dont like them - and CSS/DOM is so quirky it's tiresome.
Best wishes
Gareth
03-15-2012 10:00 AM
03-15-2012 12:59 PM
Don't forget about Cocos
. If you want to make a game then Cocos2Dx would be great to look into as well:
https://github.com/cocos2d/cocos2d-x/
03-15-2012 01:02 PM
Oh, and if you are familiar with Flash/AIR you could always use that for your UI then use ANE (AIR Native Extensions) to tie some underlying logic down to the native layer:
03-15-2012 01:11 PM