installation overview

21

Upload: muhammad-samad

Post on 03-Aug-2015

111 views

Category:

Technology


2 download

TRANSCRIPT

Getting Started

Welcome to Training for Android developers.

Here you'll find sets of lessons within classes that describe how to accomplish a specific task with code samples you can re-use in your app.

This course teaches you how to build your first Android app. You’ll learn how to create an Android project and run a debug able version of the app. You'll also learn some fundamentals of Android app design, including how to build a simple user interface and handle user input.

Introduction of Instructor

Android facilitator at GoogleCertified by Udacity.com Android App development

And

Master in Computer Science from BZU

(Bahauddin Zakarya University Multan, Pakistan)

ANDROID STUDIO

INSTALLING ANDROID STUDIO

Basic OverviewHow does Android development go down? First, the zoomed-out basics: You’ll write your programming—what you want your app to do—

in Java files and design your layouts—how you want your app to look—in XML files.

Once your app is ready, you’ll use a build tool to compile all the project files and package them together into a .apk file that you can run on Android devices and/or submit to Google Play.

All of the files you used to put your app together are managed by an Integrated Development Environment (IDE). The IDE is the program you will open to edit your code files and to manage your projects.

The standard IDE for Android used to be Eclipse, but this is now being replaced by Google’s own Android Studio.