// Copyright (C) 2020 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! \page mobiledevelopment.html \title Mobile Development \brief Development for mobile devices. \ingroup explanations-platforms Qt enables you to develop and deploy applications on mobile platforms such as Android and iOS. This article provides resources and guidance to help you get started. \section1 Android Qt supports the development of Android applications. Use \QC to connect to devices, build, and test Android applications. \QC can sign and package APK files for publishing to Google Play. For more information: \list \li \l{Qt for Android} \li \l{https://www.qt.io/academy/course-catalog#getting-started-with-qt-for-android-}{Getting Started with Qt for Android---Qt Academy Course} \endlist \section1 iOS Qt supports development for Apple iPad and iPhone. Use \QC together with \l Xcode to build, test, and deploy iOS applications. \QC can create project files and connect to Apple devices for testing and deployment. For more information: \list \li \l{Qt for iOS} \li \l{Qt for iOS Examples}{iOS Examples} \li \l{https://www.qt.io/academy/course-catalog#getting-started-with-qt-for-ios-}{Getting Started with Qt for iOS---Qt Academy Course} \endlist \section1 Design tools for mobile Use \l{Design Tools} to create user interfaces and animations for mobile applications. \l {Qt Design Studio} supports importing and converting 2D and 3D assets created in \l {https://doc.qt.io/qtdesignstudio/qtbridge-overview.html}{design software} into Qt Quick applications. */