Android #3 - Android Introduction, Architecture and Libraries | Part 1


Hello friends, welcome to the another tutorial of Programming Infinity. in this tutorial, we will know what is arduino, its Architecture and Libraries. We will cover its functions and it's uses also to clearly understand every facts clearly. So friends, let's begin..

Android Introduction

Android is a linux-based operating system, which is developed by Open Handset Alliance, owned by Google and some other companies. Android is mostly based on JAVA Language. If you have a slight knowledge of JAVA, it will be a fun to learn Android. Before getting into Android Programming, we had to setup some things, as setting environment variables for java and link it with android app developing software as Android Studio , Eclipse IDE etc. The most popular software for Android app developing is the Android Studio, and offical IDE provided free from Google. I recommend you to start your programming in android through android studio, as it is an official , free and easy to use platform. You can download Android Studio from the Android developer's website. Before getting into Android Programming , we had to set up java environment variables for Android Studio to work properly. You can download JAVA from its official website and after downloading, follow the below instructions to setup environment variables for Android Studio. 

# Steps to setup environment variables :-

1. First install java after downloading it.
2. Then copy the java folder path.
3. Now right click on my computer and then click properties, then navigate to advanced.
4. Now set up environment variables, PATH to copied java folder path and then click ok.

So friends, that's all for today. If you have any problem regarding the tutorial, then ask me in comment box.
Thanks
Programming Infinity ( Samridh Kumar )

Comments