[Interest] Qt interfacing to Android native UI ?

Jason H jhihn at gmx.com
Tue Nov 3 21:11:23 CET 2015



> Sent: Tuesday, November 03, 2015 at 10:12 AM
> From: "Edward Sutton" <edward.sutton at subsite.com>
> To: "Qt Interest" <interest at qt-project.org>
> Subject: [Interest] Qt interfacing to Android native UI ?
>
> I know I can use native iOS UI by mixing Objective-C++ and C++ in the same *.mm file.
> 
> I have done a little Android JNI.  Are there any examples for interfacing to Android native UI elements?
> 
> I need to create a UI picker for manually entering GPS latitude and longitude in degrees,  or degrees, minutes, seconds for a widgets app.  I expect it will be hard to make a touch usable widget UI picker.  Developing a native interface may take similar amount of time but result will be much superior.


Define "much superior"?

Don't forget QML, which I think is the bee's knees. And then you have one codebase for iOS and Android and Desktop, which to me is vastly superior.





More information about the Interest mailing list