Android
is an open source and Linux-based operating system for mobile devices such as
smartphones and tablet computers. Android was developed by the Open Handset
Alliance, led by Google, and other companies. This tutorial will teach you
basic Android programming and will also take you through some advance concepts
related to Android application development. This article gives you an overview
of setting up an android environment and makes you ready to develop apps using Android training by Learn IT Training.
Android Environment Setup
You
will be glad to know that you can start your Android application development on
either of the following operating systems:
- Microsoft Windows XP or later version.
- Mac OS X 10.5.8 or later version with Intel chip.
- Linux including GNU C Library 2.7 or later. (Learn database concepts from LINUX training)
- Java JDK5 or later version
- Android Studio
Setup Java Development kit
Well all android apps is made using Java, and Java is a
primary language to make android apps. Java JDK (Java Development Kit) is the
core foundation that we need before android app development.
The new Android Studio already came with embedded
JDK installed; you can check it by clicking: File
-> Project
Structure
So
the website always changes but if you go to google and type in “Download Java
JDK” the first thing you will get the download link of Java Development Kit,
now if you click and go to Java download link you will get different version of
Java SE Development Kit listed here for download, and you can download and
install this according to your operating system. Learn to write programming and
configure using JAVA training by
experts.
After
installing Java on your machine you also required to set
the PATH environment variables to conveniently run the Java
executable, because android studio looking for Java by using its PATH
environment variable.
AIDE- Android IDE
There
are mainly two software’s used to develop android applications:
- Android studio
- Eclipse IDE
Configure ADT plugin
- In Eclipse, select Window --> Preferences.
- Select Android from the panel on the left. Choose if you want to opt into sending usage statistics and click Proceed.
- In the SDK Location field, click Browse and choose the directory where you saved the Android SDK in step.
- Click Apply -->OK. You have now configured the ADT plugin successfully.
- Next, set up an AVD so that you can emulate a phone/tablet using your computer hardware. This will allow you to test the application being developed without requiring a physical Android device
- In Eclipse, navigate to Window --> AVD Manager. Click New… to fill in the details of the virtual device.
- Choose a name that conforms to the naming rules specified at the bottom of the window.
- The Target field specifies the version of Android you wish to have the virtual device running on. Notice that the list of the drop down menu only contains version of the Android OS that you selected to download during the SDK installation step. If you want the AVD to run another version of the OS, you must download appropriate version packages in the SDK Manager.
- The rest of the options relate to the specific features that you wish to customize the AVD with. These features represent hardware features present on physical Android devices. For instance, you may customize the screen resolution of the emulated device, availability of GPS. You can even specify a custom battery level state to test particular usage scenarios that app-users may encounter.
- Once you are satisfied with the configuration of the AVD, click Create AVD.
About Android Training
Developing
Android Apps is the foundation of our advanced Android curriculum. Online
course by Learn IT Training blends you theoretically and practically to build
great apps the right way. We take you through the basics and moves on to
advanced concepts in Android app development providing online classes with
highly qualified professional trainers and will assist while attending
the interviews even after completion of course.
Register
for Learn IT Training here: www.learnittraining.com/student-registration
For
more details:
Visit: www.learnittraining.com
Email:
contact@learnittraining.com
Phone:
INDIA +91 9912989639, USA +12108585008

Comments
Post a Comment