Qt for Android Examples

This page lists Qt examples that have been tested to run on Android. However, most Qt Examples can be run on Android even though they are not listed here.

Running the Examples

To run examples from Qt Creator, select Welcome > Examples, and then select an installed Qt for Android to filter the examples that have been tested to run on Android. For more information, see Building and Running an Example.

Essentials

The following sections describe how to get started with developing applications for Android:

Qt Quick and QML Examples for Android

The following Qt Quick and QML examples are useful when developing applications for Android. For a full list of Qt Quick examples including beginner-level tutorials, see Qt Quick Examples and Tutorials.

Touch and Key Interaction

  • Touch Interaction
  • Key Interaction
  • MouseArea

Images, Animation, and Layout

  • Image Elements
  • Text
  • Animation
  • Canvas
  • Positioners
  • Right to Left

Scenegraph

  • Custom Geometry
  • Graph
  • OpenGL Under QML
  • Painted Item
  • Rendering FBOs

Particles and Effects

  • Emitters (Particles)
  • Affectors
  • System
  • Image Particles
  • Shader Effects

Extending QML

  • Grouped Properties
  • Methods
  • Signal Support
  • Attached Properties

Multimedia

  • Media Player Example
  • Camera Example
  • QML Media Player Example
  • QML Recorder Example