Download - Introduction to Android Android How to Program ©1992-2013 by Pearson Education, Inc. All Rights Reserved.

Transcript
Page 1: Introduction to Android Android How to Program ©1992-2013 by Pearson Education, Inc. All Rights Reserved.

Introduction to AndroidAndroid How to Program

©1992-2013 by Pearson Education, Inc. All Rights

Reserved.

Page 2: Introduction to Android Android How to Program ©1992-2013 by Pearson Education, Inc. All Rights Reserved.

Preface

•Android app development is done in Java and XML•Experience with C++ and using class libraries will

help you master Java, OOP, and XML along the way.

•Text is an app-driven approach, so we learn by studying applications, then you add on or do something else that is similar

©1992-2013 by Pearson Education, Inc. All Rights

Reserved.

Page 3: Introduction to Android Android How to Program ©1992-2013 by Pearson Education, Inc. All Rights Reserved.

Preface

•Covers features from Android SDK 2.x and 3.x, Android Maps APIs, Eclipse, Multimedia, Web services

•Chapters 15-19 are online at www.informit.com/register

•There are Deitel Online Android resources (pg xviii)

©1992-2013 by Pearson Education, Inc. All Rights

Reserved.

Page 4: Introduction to Android Android How to Program ©1992-2013 by Pearson Education, Inc. All Rights Reserved.

Before You Begin•Updates available at www.deitel.com/books/AndroidFP•Need Java SE 6 SDK - http://java.sun.com•Need Eclipse 3.6.2 or later (3.7 in lab)•Need Android SDK versions 2.2, 2.33, 3.0, 4.0.3 and

whatever other version your own Android device is running

•ADT (Android Development Tools) Plugin for Eclipse

•READ THE DOCUMENTATION FOR INSTALLING EVERYTHING, if you are developing apps on your own devices.

©1992-2013 by Pearson Education, Inc. All Rights

Reserved.

Page 5: Introduction to Android Android How to Program ©1992-2013 by Pearson Education, Inc. All Rights Reserved.

Examples©1992-2013 by Pearson Education, Inc. All Rights

Reserved.

available at deitel.com/books/AndroidFP