03-20-2013 01:25 AM - edited 03-20-2013 02:45 AM
Hello..
I have not found any guide regarding how to connect blackberry native apis with cocos2dx just like Android with some jni..
For example to open a link in Browser from cocos2dx application..
Any guide on it will be very much helpful
Solved! Go to Solution.
03-20-2013 03:10 AM - edited 03-20-2013 03:11 AM
Sorry for posting before doing..
Actually lately i have realized that cocos2dx is directly built upon Blackberry native sdk..so there is no need to have any bridging between core native apis and cocos2dx..
And we can directly use native c and c++ apis..
Like to open url now using bps/navigator class..