Skip to content

Files

Latest commit

637d4b5 · Jan 11, 2024

History

History
70 lines (54 loc) · 2.35 KB

index.rst

File metadata and controls

70 lines (54 loc) · 2.35 KB

AndroidIDE Documentation

.. toctree::
   :maxdepth: 1
   :glob:
   :hidden:
   :caption: 🚀 Tutorials

   tutorials/get-started
   tutorials/manual-installation
   tutorials/build-first-project
   tutorials/signing-apks
   tutorials/using-room-db

.. toctree::
   :maxdepth: 2
   :glob:
   :hidden:
   :caption: 📖 User guide

   user/index
   user/installation
   user/getting-started
   user/editor/index
   user/ui-designer

.. toctree::
   :maxdepth: 2
   :hidden:
   :caption: ⚙️ Developer guide

   developer/index
   developer/contribution-guidelines
   developer/getting-started
   developer/fdroid-builds
   developer/actions-api
   developer/gradle-plugin
   developer/language-servers
   developer/layout-inflater-and-UI-designer
   developer/logsender
   developer/lookup-api
   developer/projects-api
   developer/templates-api
   developer/testing
   developer/the-java-compiler
   developer/tooling-api
   developer/versioning

Welcome to the official documentation for AndroidIDE, an open-source Integrated Development Environment (IDE) designed for developing real Android applications directly on Android devices. This documentation serves as a comprehensive guide for both users and developers, providing essential information to make the most out of AndroidIDE.

Documentation Categories

This documentation is structured to cater to the needs of both users and developers:

  • :doc:`Users: </user/index>` If you are using AndroidIDE to develop Android applications, you will find user-specific documentation tailored to guide you through the features and functionalities of the IDE.
  • :doc:`Developers: </developer/index>` For those interested in building AndroidIDE from the source code, the developer documentation provides insights into the project's architecture, build processes, and contribution guidelines.

Get started by navigating to the relevant section based on your role and interest:

  • For user documentation, explore the documentation under the "User guide" category.
  • For developer documentation, delve into the "Developer guide" category.

We hope this documentation proves to be a valuable resource as you embark on your journey with AndroidIDE.

For any questions, issues, or contributions, feel free to engage with the AndroidIDE community on GitHub or visit our website.