Android Studio
Android Studio is the official Integrated Development Environment (IDE) for android application development, introduce by Google.
Android Studio use widely by the android app developers.
It was announced on 16th May 2013 at the Google conference as an official IDE for Android app development. The first stable built version was released in December 2014, starts from version 1.0. Kotlin became Google's preferred language for Android application development on 7th May 2019. Besides this, other programming languages are supported by Android Studio, such as, java, xml, c++.
Features of Android Studio
• It gives a good and better experience to the developers.
• It has a fast and features-rich emulator for app testing.
• It has better gradle supporting features.
• It has a most helpful feature that is, it give a environment to built app for all types of android devices.
• we can run new, updated code without restarting the running app.
• It support C++ and NDK.
• It also provide a good problems solving feature.
• It provide a lot of plugin, which is very helpful feature for a developer.
Gradle build system
Gradle build used as the foundation of the build system in Android Studio. It uses more Android-specific capabilities provided by the Android plugin for Gradle. This build system runs independently from the command line and integrated tool from the Android Studio menu. We can use build features for the following purpose:
- Configure, customize, and extend the build process.
- We can create multiple APKs from our app, with different features using the same project and modules.
- Reuse resource and code across source sets.
Amazing 👍👌👌👌
ReplyDelete