This document provides an introduction to Android development, including:
- Android is an open-source mobile operating system developed by Google and used globally.
- Android Studio is the official IDE for developing Android apps using Java or the modern alternative Kotlin.
- An Android app contains activities, services, broadcast receivers, and content providers that are declared in the AndroidManifest.xml file.