What is android studio
application development. It is based on IntelliJ IDEA, a Java integrated development environment for software, and incorporates its code editing and developer tools.
To support application development within the Android operating system, Android Studio uses a Gradle-based build system, Android Emulator, code templates . Every project in Android Studio has one or more modalities with source code and resource files. These modalities include Android app modules, Library modules and Google App Engine modules.
Android Studio uses an Apply Changes feature to push code and resource changes to a running application. A code editor assists the developer with writing code and offering code completion, refraction and analysis. Applications built in Android Studio are then compiled into the APK format for submission to the Google Play Store.