Monday 9 July 2018

Learn Android-Development-Tools with Android training in Chandigarh


Learn Android-Development-Tools with Android training in Chandigarh

Android training in Chandigarh offers Android classes and courses in CBitss Technologies 
 Sector 34A. We have discussed Android development tools because our Android developers 
 help the student learn about Android and always update Android information on the CBitss Update 
blog.

Android development tools.

Android SDK - The Android SDK includes all the tools that you will need to make, compile and 
package the application for Android apps. In the Android SDK, you find library reserved for application 
development with source projects, development tools, an emulator and source code. All applications 
have been developed in Java and run on Dalvik virtual machine.


 
ADB (Android Debug Bridge) - ADB is a command line tool for Android SDK that lets you run your 
application on a virtual device or on a real device and debug it. This is a client server program that has
 a client, a server, and a daemon. Runs on the client development machine, the server runs on a 
development machine like a background process and runs on a daemon emulator like a background
 process.

Gradle - Gradle is an advanced build system. This is useful in the process of building a package. 
From this, we can easily reuse codes and resources. This makes it easy to create multiple variants 
of an application. This makes it easy to customize the build process. Gradle easily integrates with IDE.

Android Studio - Android Studio is an official IDE for the development of Android applications. Below
 are some of the features of Android Studio by Android training in Chandigarh:

  • Android Studio has a Grade-based Flexible Build System.
  • Variants and multiple apk files together can generate you in the android studio.
  • Provides Android studio code templates for building common application features.
  • Android Studio offers a rich layout editor, in which you can also edit by dragging and dropping.
  • Android Studio uses lint tools to simplify performance, usability, and version compatibility issues.
  • Built in support for Google Cloud Platform in Android Studio.


Instead of Android Studio, you can also use Eclipse IDE. You will need an ADT plugin for this. But
 because the Android Studio is official IDE, I have used android studio only.


ART (Android Runtime) and Dalvik - Both of these providers provide an environment for running 
 applications in Android. But Android 5.0 uses Android RunTime. And all previous versions used Dalvik
  as runtime. ART also executes Dex files like Dalvik. ART and Dalvik are compatible with each other,
 so if an application is developed for Dalvik, then it can also be run comfortably in Android RunTime.

Ahead-Of-Time (AOT) compilation is introduced in ART. The installed time verification in ART is 
much better than the dalvik.

Installing Android Studio

In this tutorial, Android training in Chandigarh tells you to install android studio. Installing an Android 
studio is very easy. Below are some steps that you can easily install android studio while following.

Steps

  • After downloading the Android Studio, when you launch Setup, you will get the following screen 
    show. This setup is the start screen. On this, you can click Next.
  • When you click Next, you will get the following screen show. In this, you can select the compone
    nts which you want to install. Let's assume that before you were using eclipse but now android 
    studio is installed, in such a situation the Android SDK will be installed already, then clicking on
     the Android SDK can stop its installation. After this, you can click Next.

  • After this you will be shown the window of the license agreement given below, in this you can 
    click on I Agree.
  • After this you will be shown the following window shows. In this setup, you are asking for  
    installation location. Select the directory which you want to install android studio in and select 
    Next and click Next.
  • After this you will be given the window show below, in which you want to save the amount of 
    memory you want to emulate. After this, you can click Next.
  • After that, you will be given the display of the window you need to choose whether to create a
     shortcut for Android Studio. Then click the Install button.
  • You will be a window show that will show the progress of installation. You will have to wait until
     the android studio is installed.
  • After the installation is completed you will be shown below. You click on the finish in it.
  • When you click on the finish you will be shown the window show below. If you have installed a  
    new version of android studio, then you can import your settings from the old version. If you do 
    not want to import settings, then select the second option and click OK.
  • After this you will be shown the window show below. Android Studio will download some required
     components before it starts. You should weigh you here.
  • When the download and installation finishes, you will get the following screen show. Now you can
     create your project.

The Android training in Chandigarh today describe the information of Android development tools and
 give the step how to install the Android studio. Join us to know more and learn about  the Android.


0 comments:

Post a Comment