+ All Categories
Home > Technology > Getting Started with Android

Getting Started with Android

Date post: 12-May-2015
Category:
Upload: joshdobbs
View: 2,232 times
Download: 1 times
Share this document with a friend
Description:
Slides from the "Getting Started with Android" Session given at SoCalCodeCamp (Cal State Fullerton) on January 29th 2011.
Popular Tags:
25
Getting started with Android Discuss what Android is Available developer resources Overview of Setting up the dev environment Writing your first Android App
Transcript
Page 1: Getting Started with Android

Getting started with Android

Discuss what Android is

Available developer resources

Overview of Setting up the dev environment

Writing your first Android App

Page 2: Getting Started with Android

Prerequisites

➲ Some development experience➲ Java experience is a plus but not needed to

become a successful android developer (VB, C#, Actionscript, etc)

Page 3: Getting Started with Android

Developing for Android is free

All of the tools needed and information on how to use them is FREE! http://developer.android.com

➲ IDE (Eclipse version 3.5 Galileo)➲ Documentation➲ Sample code➲ Discussion forums

Page 4: Getting Started with Android

Android Developer Site

Developer Guide Reference Resources Videos Blog SDK

Page 5: Getting Started with Android

Tools of the trade

➲ Android SDK

➲ Eclipse

➲ Android Development Tools (ADT) Plugin

Page 6: Getting Started with Android

Tools of the trade

➲ Android SDK➲ Eclipse➲ Android Development Tools (ADT) Plugin

Page 7: Getting Started with Android

Setting up

➲ Download and setup the Eclipse IDE (Java EE, Classic)

➲ Download and unzip the Android SDK c:\android

➲ Install the ADT plug-in in Eclipse

Page 8: Getting Started with Android

Create a project

➲ Start Eclipse➲ Configure Eclipse to point to Android SDK➲ Create a new Android Project

For more information visit http://developer.android.com/sdk

Page 9: Getting Started with Android

Point Eclipse to Android SDK

➲ Eclipse > Preferences (Window > Preferences)Tip: this needs to be done every time you create a new workspace

Page 10: Getting Started with Android

Point Eclipse to Android SDK

Page 11: Getting Started with Android

Create a project➲ Windows

File > New > Project➲ Mac

File > New > Project Android Project

Page 12: Getting Started with Android

Create a project

Page 13: Getting Started with Android

Potential Alternatives

Page 14: Getting Started with Android

Recommendation

Page 15: Getting Started with Android
Page 16: Getting Started with Android
Page 17: Getting Started with Android
Page 18: Getting Started with Android
Page 19: Getting Started with Android
Page 20: Getting Started with Android
Page 21: Getting Started with Android
Page 22: Getting Started with Android
Page 23: Getting Started with Android
Page 24: Getting Started with Android
Page 25: Getting Started with Android

Thank You

Josh Dobbshttp://joshdobbs.com

[email protected]


Recommended