summaryrefslogtreecommitdiff
path: root/doc/src/platforms/android/examples-android.qdoc
blob: 7677c62bfa8f24ca450c44c456999e97aacc0770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page examples-android.html
    \title Qt for Android Examples
    \brief A list of selected Qt Examples for Android.
    \ingroup androidplatform
    \previouspage porting-to-android.html
    \nextpage deployment-android.html

    This page lists Qt examples that have been tested to run on
    \l{Qt for Android}{Android}. However, most \l{Qt Examples and Tutorials}
    {Qt Examples} can be run on Android even though they are not listed here.

    \section1 Running the Examples

    To run examples from \l{Qt Creator Manual}{Qt Creator}, select \uicontrol
    Welcome > \uicontrol 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 \l{Qt Creator: Building and Running an Example}
    {Building and Running an Example}.

    \section1 Essentials

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

    \list
        \li \l{Getting Started with Qt for Android}
        \li \l{Qt Creator: Creating a Mobile Application}
        \li \l{Qt Creator: Deploying Applications to Android Devices}
        \li \l{Publishing to Google Play}
        \li \l{Porting to Android}
        \li \l{Adding OpenSSL Support for Android}
        \li \l{Qt for Android - Building from Source}
    \endlist

    \section1 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 \l{Qt Quick Examples and Tutorials}.

    \div {class="multi-column"}
    \div {class="doc-column"}
        \b{Touch and Key Interaction}
        \list
        \li \l{Qt Quick Examples - Touch Interaction}{Touch Interaction}
        \li \l{Qt Quick Examples - Key Interaction}{Key Interaction}
        \li \l{Qt Quick Examples - MouseArea}{MouseArea}
        \endlist
    \enddiv
    \div {class="doc-column"}
        \b{Images, Animation, and Layout}
        \list
        \li \l{Qt Quick Examples - Image Elements}{Image Elements}
        \li \l{Qt Quick Examples - Text}{Text}
        \li \l{Qt Quick Examples - Animation}{Animation}
        \li \l{Qt Quick Examples - Canvas}{Canvas}
        \li \l{Qt Quick Examples - Positioners}{Positioners}
        \li \l{Qt Quick Examples - Right to Left}{Right to Left}
        \endlist
    \enddiv
    \div {class="doc-column"}
        \b{Scenegraph}
        \list
        \li \l{Scene Graph - Custom Geometry}{Custom Geometry}
        \li \l{Scene Graph - Graph}{Graph}
        \li \l{Scene Graph - OpenGL Under QML}{OpenGL Under QML}
        \li \l{Scene Graph - Painted Item}{Painted Item}
        \li \l{Scene Graph - Rendering FBOs}{Rendering FBOs}
        \endlist
    \enddiv
    \div {class="doc-column"}
        \b{Particles and Effects}
        \list
        \li \l{Qt Quick Particles Examples - Emitters}{Emitters} (Particles)
        \li \l{Qt Quick Particles Examples - Affectors}{Affectors}
        \li \l{Qt Quick Particles Examples - System}{System}
        \li \l{Qt Quick Particles Examples - Image Particles}{Image Particles}
        \li \l{Qt Quick Examples - Shader Effects}{Shader Effects}
        \endlist
    \enddiv
    \div {class="doc-column"}
        \b{Extending QML}
        \list
        \li \l{Extending QML - Grouped Properties Example}{Grouped Properties}
        \li \l{Extending QML - Methods Example}{Methods}
        \li \l{Extending QML - Signal Support Example}{Signal Support}
        \li \l{Extending QML - Attached Properties Example}{Attached Properties}
        \endlist
    \enddiv
    \div {class="doc-column"}
        \b{Multimedia}
        \list
        \li \l{Media Player Example}
        \li \l{Camera Example}
        \li \l{QML Media Player Example}
        \li \l{QML Recorder Example}
        \endlist
    \enddiv
    \omit \\! Not part of Qt 6.0
    \div {class="doc-column"}
        \b{Location}
        \list
        \li \l{Map Viewer (QML)}{Map Viewer Example}
        \li \l{Places Map (QML)}{Places Map Example}
        \li \l{Plane Spotter (QML)}{Plane Spotter Example}
        \endlist
    \enddiv
    \endomit
    \div {class="doc-column"}
        \b{In-App Purchasing}
        \list
        \li \l{In-App purchasing demo}{Qt Hangman (In-App Purchasing)}
        \endlist
    \enddiv
    \enddiv
*/