> Sent: Tuesday, November 03, 2015 at 10:12 AM > From: "Edward Sutton" <edward.sut...@subsite.com> > To: "Qt Interest" <interest@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. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest