Qt for cross-platform mobile development
-
Let's suppose that I have a plan of building an app for both Android and iOS. I know that React Native, Cordova, Phonegap and other hybrid solutions are really crappy and does not come even close to a native development productivity and autonomy. That is just my opinion.
Anyway, would Qt serve for building a native cross-platform mobile application? Have access to both back and front cameras, microphone, GPS, accelerometer, network and other Android/iOS drivers? Would be possible to achieve that using CLion and CMake or such environment is currently only available for Qt Creator?
Thank you in advance.
-
@victorqueiroz said in Qt for cross-platform mobile development:
Anyway, would Qt serve for building a native cross-platform mobile application? Have access to both back and front cameras, microphone, GPS, accelerometer, network and other Android/iOS drivers?
Yes.
Would be possible to achieve that using CLion and CMake or such environment is currently only available for Qt Creator?
I don't know. Probably yes, but it might be hard to set it up initially.