WHAT IS ANDROID ?
Android is a open source mobile operating system and based on Linux operating system. It was developed by Open Handset Alliances (OHA) and Google. Android beta is released in November 2007.The first commercial version of Android (1.0) released in September in 2008.
Android's source code is released by Google under open source licenses. Android applications are developed java language with android Software Development Kit(SDK).
Open Handset Alliances (OHA)
For Android application development, we have to follow these steps:
1. Install JDK
As we know, In android programming we use the java programming language and java classes. So we have to install latest version of jdk. We can download the jdk from oracle java site latest java .
set the path computer-> properties ->Advance System Setting ->Environment variables
PATH -C:\Program Files\Java\jdk1.7.0_01\bin;
2.Install The Android SDK
Now android studio become the official IDE for android development . You can download the from Android studio. Android studio provides the better GUI than eclipse.
In Android studio, It provides Gradle tha replace the Apache ant in android.
Android is a open source mobile operating system and based on Linux operating system. It was developed by Open Handset Alliances (OHA) and Google. Android beta is released in November 2007.The first commercial version of Android (1.0) released in September in 2008.
Android's source code is released by Google under open source licenses. Android applications are developed java language with android Software Development Kit(SDK).
Open Handset Alliances (OHA)
- OHA is a group of company and collection of Technology purpose of developing open device mobile standards . OHA has approximately 80 member companies , including HTC, Dell, Intel, Motorola, Qualcomm and Google.
For Android application development, we have to follow these steps:
1. Install JDK
As we know, In android programming we use the java programming language and java classes. So we have to install latest version of jdk. We can download the jdk from oracle java site latest java .
set the path computer-> properties ->Advance System Setting ->Environment variables
PATH -C:\Program Files\Java\jdk1.7.0_01\bin;
2.Install The Android SDK
Now android studio become the official IDE for android development . You can download the from Android studio. Android studio provides the better GUI than eclipse.
In Android studio, It provides Gradle tha replace the Apache ant in android.
0 comments:
Post a Comment