Version android¶
Sources d'informations pour faire une application "Launcher":
- https://github.com/mirasmithy/epochlauncher
- https://android.googlesource.com/platform/packages/apps/Launcher3/+/master
- https://github.com/notriddle/null-launcher/
- https://github.com/ideasfrombrain/search-based-launcher-v2
En particulier il faut regarder de près le fichier AndroidManifest.xml
Launcher¶
pour lancer une activité externe à l'application (donc pour faire un launcher, donc pour alacarte) il faut patienter jusqu'à Qt 5.3:
/*! \class QAndroidActivityResultReceiver \since 5.3 \brief Interface used for callbacks from onActivityResult() in the main Android activity. Create a subclass of this class to be notified of the results when using the \c QtAndroid::startActivity() and \c QtAndroid::startIntentSender() APIs. */