Projet

Général

Profil

Version android

Sources d'informations pour faire une application "Launcher":

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.
 */
Redmine Appliance - Powered by TurnKey Linux