android mobile app development training course class software setup

23
http://www.peruzal.co.za Peruzal Android App Development Training Software Setup

Upload: joseph-kandi

Post on 05-Dec-2014

132 views

Category:

Mobile


4 download

DESCRIPTION

This is the Peruzal Android Mobile App Development Training classroom course software setup document.

TRANSCRIPT

Page 1: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

PeruzalAndroid App Development Training

Software Setup

Page 2: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

What to bring•Laptop •An Android Device (optional)

Laptop Specs•Intel CPU i3 or later(i5 or above recommended) •At least 6Gig Ram (8Gig Recommended) •Mac OS X 10.9 or later/ Windows 7/8 or Linux(Ubuntu recommended)

Page 3: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Software to install•Android Eclipse ADT Plugin •Android Studio (Recommended) •Java 7 JDK •Adobe Reader

Page 4: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Android StudioStep By Step Installation

Page 5: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Install Java JDK1. Install the Java JDK if not already installed on your machine. Navigate here

and download the right JDK for your operating system, http://goo.gl/qu6Pil . Accept the license and then download right version.

In my case, i am running a Mac OS X

10.94, so i downloaded this one

Page 6: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Install Android Studio1. Open your browser and navigate to this url, http://goo.gl/PSKtdx,

download the Android Studio package for you operation system

Check for your platform here if the

browser does not auto-detect correctly

Page 7: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Hello World AndroidCreate a sample Android Application using Android

Studio

Page 8: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Open Android Studio

Choose this link to create a New Project

Page 9: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

New Project

Choose your App name

Put in the reverse dns name of your company

Leave the project on the default path

Page 10: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Choose Minimum SDK

Choose the SDK, i chose 20, wanted to play with the new Android L

Page 11: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Choose Activity Type

Choose the Blank Activity

Page 12: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Activity File Name

Leave on default for all of them for now, will customize in class

Page 13: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Default Project Layout

Page 14: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Create an Android Virtual Device

The AVD is virtual Android Device, you can use it place of real Android

phone for testing

Page 15: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

AVD ScreenI already have some AVDs

preconfigured

Page 16: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

New AVDNeed to populate the

fields, check next screen for a sample

Page 17: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Complete Create AVD

Completed creating a new AVD and

added some options for the Android Virtual Device

Page 18: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Start AVD

Start the AVD from here

Page 19: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

AVD Running

It might take a while before you have AVD finally

running, click OK, to get started

Page 20: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Choose Emulator

Select a device to launch you app

Page 21: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

App Running on AVD

Congratulations if you have made it this far, your first app in now running

Page 22: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

Home WorkInstall Eclipse ADT plugin and crete your first Hello

World Android project

Page 23: Android Mobile App Development Training Course Class Software Setup

http://www.peruzal.co.za

ENDSee you in class