Android studio is an IDE (Integrated Development Environment) developed by Google for Android platform development. Before Android studio, developers use Eclipse as IDE to develop android applications.
You can download Android Studio with free at this link: https://developer.android.com/studio/index.html. Its size is around 1.7 GB. Once you have downloaded it you can run and install it step by step easily.
Make sure that before you installed Android Studio you already have JDK (Java Development Kit) installed in your computer. you can download JDK at this link http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html.
Android Studio display when creating a new project |
When you have installed Android Studio and JDK in your machine, you are ready to develop an android application.
Make sure that you have internet connection when making application with android studio because it uses gradle to build application that you are developing. At first creating an application you don't have to know anything about gradle. It is built automatically by Android Studio.
1. It uses gradle to build application.
2. Users can quick fix code and refactoring it.
3. Use lint tools to detect performance, usability and version compatibility.
4. It uses ProGuard and has capability for app-signing.
5. It has template based wizards to create designs, layout and many other things.
6. It supports Subversion such as Git.
Thank you for visiting our website. Just comment below if you have any question to ask.
No comments:
Post a Comment