Which mobile device is best for Qt playing around?
Mobile and Embedded
4
Posts
3
Posters
1.1k
Views
1
Watching
-
Hi all, what mobile platform/device I should use if I want to play around with Qt mobility items like camera and multimedia capabilities?
I just want to test/prototype a few things and want to learn which device I can work with accessing most of apabilities without bugs etc.
Is that Android?
-
Hi, yes - IMHO it's Android. Easy to set up and well documented for Qt.
"Look here: ":http://qt-project.org/wiki/Qt5ForAndroidBuilding -
And in case of doubt you can mix Java code with C++ code. Therefor it should be possible to work around any issue that might occur.