How to use QtCore and Android/iOS native UI together?
-
wrote on 5 Dec 2014, 16:01 last edited by
Hello,
I would like to develop a mobile app by reusing existing code written with QtCore but I would also like to use the native toolkits for the UI.
Is that possible to use both together?
Maybe by running the qt loop in another thread (by using Andoid NDK under android)?Regards
-
wrote on 22 May 2015, 12:09 last edited by
Hi, did you find some solution? I'd like to do the same (on iOS).
-
For Android,
playground/qtqmlandroid.git - QML wrappers for native Android controls.
Remarks: It is still under development.
For iOS,
My QuickIOS project has implemented few wrapper of native components, and simulated components: