Android Development - Beginners Guide,
What it takes to build android apps? , where ever i travel i get this question from enthusiasts. Decided to create a blog for this. This tutorial helps you to setup android studio on your computer.
Android Studio,
Gone are the days where developer fiddle with eclipse to setup android development. Now google has its own development platform . Thanks google. Android studio helps developer to focus on code rest of the build process is extremely simplified so that any developer can do apps easily.
In order to setup android studio kindly click on this link.
Please Note: Kindly note your windows version 32 bit / 64 bit , its very important. Download appropriate versions.
Features,
Android studio is feature rich ide which makes development very easy. Gone are the difficult days with eclipse in which build needed to be generated manually.
What it takes to build android apps? , where ever i travel i get this question from enthusiasts. Decided to create a blog for this. This tutorial helps you to setup android studio on your computer.
Android Studio,
Gone are the days where developer fiddle with eclipse to setup android development. Now google has its own development platform . Thanks google. Android studio helps developer to focus on code rest of the build process is extremely simplified so that any developer can do apps easily.
In order to setup android studio kindly click on this link.
Please Note: Kindly note your windows version 32 bit / 64 bit , its very important. Download appropriate versions.
Features,
Android studio is feature rich ide which makes development very easy. Gone are the difficult days with eclipse in which build needed to be generated manually.
- Gradle:- it is the build automation system to simplify build operations in Andorid. Gradle uses automated scripts to make routine tasks easier.
- Lintelligence:- Android Studio provides a robust static analysis framework and includes over 280 different lint checks across the entirety of your app. Additionally, it provides several quick fixes that help you address issues in various categories, such as performance, security, and correctness, with a single click.
- Intelligent code editor:- The code editor helps you write better code, work faster, and be more productive by offering advanced code completion, refactoring, and code analysis. As you type, Android Studio provides suggestions in a dropdown list. Simply press Tab to insert the code.
- Instant Run:- Android Studio's Instant Run feature pushes code and resource changes to your running app. It intelligently understands the changes and often delivers them without restarting your app or rebuilding your APK, so you can see the effects immediately.
- Fast and feature-rich emulator:- The Android Emulator installs and starts your apps faster than a real device and allows you to prototype and test your app on various Android device configurations: phones, tablets, Android Wear, and Android TV devices. You can also simulate a variety of hardware features such as GPS location, network latency, motion sensors, and multi-touch input.
- Optimized for all Android devices:- Android Studio provides a unified environment where you can build apps for Android phones, tablets, Android Wear, Android TV, and Android Auto. Structured code modules allow you to divide your project into units of functionality that you can independently build, test, and debug.
Installation,
Hope your andorid studio got downloaded the whole build may be about 400 to 500 mb if you have faster connection it may get downloaded by now.
Let's install before that please do check the prerequisites.
- Download java jdk 1.8 or latest version click on this link .
- Disable antivirus for 10-15 min.
- install java first
- install android studio
- Now android studio will ask for default location to store platform tools etc its advisable to store it on non system drive because of permission related issues.
- After installing android studio that's it now you can create android studio projects.
We shall meet on next tutorial on how to create your first app.
Thanks for reading kindly share with your friends.
Comments
Post a Comment