Skip to content

I’d like to start a new series of Qt on Android articles, these will be small articles which will focus on useful features that you’ll need on Android but which don’t have any Qt API (yet). I’ll start with two pretty useful functions. These functions will help us to run C++ code directly on Android […]

Update: Here you have also the Chinese version, thanks goes to Foruok In the last two Qt on Android episodes we learned how to use basic JNI on Android and how to use an external IDE to easily manage the Java part. In this episode, it is time to move forward and focus on extending […]

Update: Here you have also the Chinese version, thanks goes to Foruok In the last Qt on Android episode we learned the basics of JNI on Android in a Qt way. In this episode I’d like to focus on tools that will help us to be more productive when we extend our Qt on Android applications. […]

Update: Here you have also the Chinese version, thanks goes to Foruok After we’ve seen how to set up the development environment, how to use Qt on Android and what deployment systems are available and how to sign the final package, it’s time to move forward. In this article we are going to learn about […]

erratum 2014-04-13: Updated Bundle Qt libs pros and cons. Update2: Here you can read also the Chinese version, thanks goes to Foruok After we’ve learned how to set up the development environment and how to use Qt on Android, it’s time to move forward and in this article we are going to learn about different […]

Update: Qt on Android Episode 3 is available here Update2: Here you can read also the Chinese version, thanks goes to Foruok   In this article we’ll move forward and see how to set up the development environment for Android. A few remarks before we start: This article focuses on Qt 5.2! I’ll add comments for […]