> For the complete documentation index, see [llms.txt](https://android-course.cornellappdev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://android-course.cornellappdev.com/chapters/1.-introduction-to-the-editor.md).

# 1. Introduction to the Editor and Views

Android Studio is the official Integrated Development Environment (IDE) for Android app development, based on [IntelliJ IDEA](https://www.jetbrains.com/idea/). Think of it like Eclipse or PyCharm, but that Android Studio is geared specifically towards creating and publishing Android applications. It comes with many features that help in development, most helpful of which is the ability to simulate programs on Android devices.

Android Studio also supports programming in two different languages:&#x20;

* **Kotlin** - the current industry standard
* **Java** - everyone's favorite legacy language

## Topics

* Introduction to the Editor
* SDK Management
* Kotlin Review
* Views
