Android studio 1 Introduction

Android studio is a software that gives Integrated Development Environment(IDE)  for Android application development.That is it integrates JAVA, XML, CSS  and other programming languages in the creation of application.It can  be downloaded  from android studio official website(probably first link when you search Android studio in Google).The similar way JAVA is also needs to be installed from it's official site. Normally first link when it is searched in google.Both are free.
Android studio official website for downloading android studio:
https://developer.android.com/studio/
JAVA official website for downloading JDK:
https://java.com/en/download/
Various Devices/ Emulators can used by downloading Genymotion software on free version. Install and the Genymotion software and click to start your favorite devices. Then those devices will be shown while running your app as Emualators
https://www.genymotion.com/

Comments

Popular posts from this blog

Android studio 8 Radio Group and Radio Buttons

Android studio 7. Develop simple quiz app

Android studio 2 Creation of a simple app