Compiling Qt Android app with Docker

Compiling a Qt app for Android requires several dependencies, you need to install Qt, the Android SDK, the Android NDK, ant and so on. If your app uses other Google »

Share from a QML app on iOS and Android

What if you want to add a share feature to your cross platform QML app? Share on Facebook, Twitter, Email etc... QML side We will use a custom component that »

Use a custom icon font in QML

When it comes to images, mobile development is facing exactly the same problem than mobile web development. Images need to scale well, have a decent file size etc.. Responsive web »

A customized busy indicator in Qt Quick

For the MuseScore apps, I needed an easily customizable BusyIndicator. The designer came up with something similar to spin.js but of course, we needed it in QML. Here is »

How to use Google Analytics in a Qt Quick app for Android/iOS

Even if there are other mobile analytics services such as Flurry, Google Analytics (GA) is a popular (and free) way to get insights about marketing campaigns or app usage. In »