06-12-2012 08:23 AM
Hi,
Would like to know if BB10 supports Qt Mobility API's.
Solved! Go to Solution.
06-14-2012 04:52 PM
Currently supported Qt classes for cascades are documented in:
https://bdsc.webapps.blackberry.com/cascades/refer
Stuart
06-15-2012 04:20 AM
Looks like its not supported then...eg no QGeoPositionInfoSource
What is then the recommended way of using mobility like functionality (eg determining the current position) in a cascades project?
06-15-2012 06:29 AM
06-15-2012 12:22 PM
Hello,
You can access the geolocation, accelerometer and other data from the device sensors using the The Blackberry Platform Services API located here. https://bdsc.webapps.blackberry.com/native/referen
There is also the device namespace in Cascades namespace e.g. bb::cascades::Gravity class https://bdsc.webapps.blackberry.com/cascades/refer
Unforunately there is no maps API supported in the released version of the NDK.
Cheers
Selom
06-18-2012 05:23 AM
Hi Selom.
Thanks for the helpful reply.
We have some apps we're currently considering porting to blackberry. They all show one or more maps however.
What are our options? None for Blackberry 10? Can you give me any idea when its planned to make this possible if its not yet?
Thanks in Advance.
Best Wishes,
Declan
06-18-2012 10:26 AM
Hi Declan,
Unfortunately I do not have information regarding future features in the upcoming NDK releases. This is normally done through the offical RIM channels. You could use the device features available in the native NDK at this time from your Cascades app, minus the map.
Please monitor official RIM developer channels for announcements related to upcoming releases.
Cheers
Selom
06-19-2012 05:25 AM
Hi Selom.
Thanks.
>Please monitor official RIM developer channels for announcements related to upcoming releases.
Can you please advise me where the best places for this would be.
Thanks in Advance.
06-19-2012 01:26 PM
Hello again ![]()
The main developer page https://developer.blackberry.com/
and the twitter feed: http://twitter.com/BlackBerryDev
are two good places to monitor for new information.
Cheers
06-20-2012 07:36 AM