Monday, October 1, 2018

Android Introduction

Welcome to the Android Studio Tutorial. 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 (OHA), which is led by Google, and other companies like Samsung, Sony, Wipro and many more.
First android smart phone image.
Android is the most popular mobile operating system, with almost 2 billion devices activated and it offers a unified approach to application development for mobile devices.

Installing Android Studio
In order to write an Android application, we are going to need a development environment. Google has made a very useful tool for all Android Developers, the Android Studio. Android Studio is the official IDE for Android development, and with a single download includes everything you need to begin developing Android apps. Included in the download kit, are the Software Development Kit (SDK), with all the Android libraries we may need, and the infrastructure to download the many Android emulator instances, so that we can initially run our application, without needing a real device. So, we are going to download and install Android Studio.
First we have to have installed the Java Development Kit (JDK) from Oracle. If you do not, please you should download the latest JDK from the Oracle’s special section here.

Install link is given below
https://developer.android.com/studio/install 

4 comments: