Want general advice on designing an application for android.
Unsolved
Mobile and Embedded
-
I have started working with the QT BLE library some days ago. I have acquired enough knowledge about the classes and various files. The code works nicely using Linux and its Bluetooth modules but I actually want to target my application for android development.
Some of the questions whose answers I would like to know are the following.If I want to create a GUI for an application what is my option C++ or QML? I am new to QML, could you point me to getting started?
Another question is how to install the application on Android devices?