Qt for Android better than ever before
1–10 of 79 posts
Re: Qt for Android better than ever before
#2Re: Qt for Android better than ever before
#3Re: Qt for Android better than ever before
#4- https://doc.qt.io/qt-5/android.html
> Qt for Android enables you to run Qt 5 applications on devices with Android v4.1 (API level 16) or later.
> One framework. One codebase. Any platform.
Re: Qt for Android better than ever before
#5Qt is amazing and so is QML. I still found QML JavaScript engine utilizing a lot of memory back then as well and I don't know if it has been fine-tuned these days.
Re: Qt for Android better than ever before
#6Re: Qt for Android better than ever before
#7I don't know how Qt & Android fare these days... I know it was quite a hassle to create background services when I first tried to get into it and there was no definitive answer as I think it was still on the roadmap to add it (perhaps?). Qt is amazing and so is QML. I still found QML JavaScript engine utilizing a lot of memory back then as well and I don't know if it has been fine-tuned these days.
Re: Qt for Android better than ever before
#8I don't know how Qt & Android fare these days... I know it was quite a hassle to create background services when I first tried to get into it and there was no definitive answer as I think it was still on the roadmap to add it (perhaps?). Qt is amazing and so is QML. I still found QML JavaScript engine utilizing a lot of memory back then as well and I don't know if it has been fine-tuned these days.
Also QML will gain type checking.
Re: Qt for Android better than ever before
#9Qt for Android has always looked pretty good but I never see it used. Could someone link a few real-world apps developed with Qt for Android?
Re: Qt for Android better than ever before
#10This update looks really neat, and may solve some problems for some people. But personally my biggest gripe with Qt is qmake.
When you are doing Android, lots of resources assume Gradle, and lots of Qt stuff assumes qmake. Neither is ideal if you're dealing with other libraries like gstreamer, or even worse: proprietary libraries compiled using an old NDK.
So I ended up writing my whole build system in cmake, which made builds on Windows and Linux a lot saner, but made Android a living hell. I'd love to see better support in Qt for actual sane build systems you can use with real world third-party libraries, because qmake is not it in my experience.