49
An Introduction to Android Jason Chen Developer Advocate Google I/O 2008

An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

An Introduction to Android

Jason ChenDeveloper Advocate

Google I/O 2008

Page 2: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

•Background•What is Android?•Latest News

Download at Pin5i.Com

Page 3: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Download at Pin5i.Com

Page 4: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

0

1,000,000,000

2,000,000,000

3,000,000,000

4,000,000,000

2000 2001 2002 2003 2004 2005 2006 2007

Internet and Mobile Phone Users, Worldwide

Internet users (PC-based)Mobile phone users

Source: International Telecommunication Union

Download at Pin5i.Com

Page 5: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Download at Pin5i.Com

Page 6: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Mobile Operators

Download at Pin5i.Com

Page 7: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Mobile Operators

Handset Manufacturers

Download at Pin5i.Com

Page 8: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Mobile OperatorsSoftware

Handset Manufacturers

Download at Pin5i.Com

Page 9: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Mobile Operators

Semiconductor

Software

Handset Manufacturers

Download at Pin5i.Com

Page 10: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Mobile Operators

SemiconductorCommercialization

Software

Handset Manufacturers

Download at Pin5i.Com

Page 11: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

•Background•What is Android?•Latest News

Download at Pin5i.Com

Page 12: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Linux Kernel

DisplayDriver Camera Driver Bluetooth

DriverFlash Memory

DriverBinder (IPC)

Driver

Power ManagementUSB Driver Keypad Driver WiFi Driver Audio

Drivers

Download at Pin5i.Com

Page 13: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Linux Kernel

DisplayDriver Camera Driver Bluetooth

DriverFlash Memory

DriverBinder (IPC)

Driver

Power ManagementUSB Driver Keypad Driver WiFi Driver Audio

Drivers

Libraries

FreeType

SGL SSL

SQLite

WebKit

libc

Surface Manager

OpenGL | ES

MediaFramework

Download at Pin5i.Com

Page 14: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Android Runtime

Dalvik Virtual Machine

Core Libraries

Linux Kernel

DisplayDriver Camera Driver Bluetooth

DriverFlash Memory

DriverBinder (IPC)

Driver

Power ManagementUSB Driver Keypad Driver WiFi Driver Audio

Drivers

Libraries

FreeType

SGL SSL

SQLite

WebKit

libc

Surface Manager

OpenGL | ES

MediaFramework

Download at Pin5i.Com

Page 15: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Android Runtime

Dalvik Virtual Machine

Core Libraries

Application Framework

ViewSystem

Content Providers

Resource Manager GTalk ServiceLocation

Manager

Activity Manager

Package Manager

WindowManager

TelephonyManager

NotificationManager

Linux Kernel

DisplayDriver Camera Driver Bluetooth

DriverFlash Memory

DriverBinder (IPC)

Driver

Power ManagementUSB Driver Keypad Driver WiFi Driver Audio

Drivers

Libraries

FreeType

SGL SSL

SQLite

WebKit

libc

Surface Manager

OpenGL | ES

MediaFramework

Download at Pin5i.Com

Page 16: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Android Runtime

Dalvik Virtual Machine

Core Libraries

Application Framework

ViewSystem

Content Providers

Resource Manager GTalk ServiceLocation

Manager

Activity Manager

Package Manager

WindowManager

TelephonyManager

NotificationManager

Linux Kernel

DisplayDriver Camera Driver Bluetooth

DriverFlash Memory

DriverBinder (IPC)

Driver

Power ManagementUSB Driver Keypad Driver WiFi Driver Audio

Drivers

Libraries

FreeType

SGL SSL

SQLite

WebKit

libc

Surface Manager

OpenGL | ES

MediaFramework

Applications

Home PhoneContacts Browser ...

Download at Pin5i.Com

Page 17: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Application Building Blocks

Activity UI component typically corresponding to one screen.

IntentReceiver Set and respond to notifications or status changes. Can wake up your app.

Service Faceless task that runs in the background.

ContentProvider Enable applications to share data.

Download at Pin5i.Com

Page 18: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Developer Toolchain

Download at Pin5i.Com

Page 19: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Emulator

• QEMU-based ARM emulator runs same system image as a device

• Use same toolchain to work with devices or emulator

Download at Pin5i.Com

Page 20: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Eclipse PluginProject template

Download at Pin5i.Com

Page 21: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Debugging

Call stack

Breakpoints, single stepping

Examine variables

Download at Pin5i.Com

Page 22: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Photo by: http://flickr.com/photos/virtualsugar/316200555/

What does open mean?

Download at Pin5i.Com

Page 23: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Download at Pin5i.Com

Page 24: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Industry

Download at Pin5i.Com

Page 25: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Industry

•Software stack open-sourced under Apache 2.0 license•Source available after first handsets ship•Anyone will be able to build a system image

Download at Pin5i.Com

Page 26: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Industry

Download at Pin5i.Com

Page 27: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Industry Users

Download at Pin5i.Com

Page 28: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

•Users have control of their experience•They control what gets installed•They choose the defaults

Industry Users

Download at Pin5i.Com

Page 29: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Industry Users

Download at Pin5i.Com

Page 30: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Industry Users

Developers

Download at Pin5i.Com

Page 31: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

•Don’t need permission to ship an application•No hidden or privileged framework APIs•Can integrate, extend, and replace existing components

Industry Users

Developers

Download at Pin5i.Com

Page 32: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Download at Pin5i.Com

Page 33: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Integrate

Download at Pin5i.Com

Page 34: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Integrate

Download at Pin5i.Com

Page 35: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Integrate

Download at Pin5i.Com

Page 36: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Integrate Extend

Download at Pin5i.Com

Page 37: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Integrate Extend

Download at Pin5i.Com

Page 38: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Replace

Download at Pin5i.Com

Page 39: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Replace

Download at Pin5i.Com

Page 40: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Replace

Download at Pin5i.Com

Page 41: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Replace

Download at Pin5i.Com

Page 42: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Replace

Download at Pin5i.Com

Page 43: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Download at Pin5i.Com

Page 44: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

What about security?

Download at Pin5i.Com

Page 45: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

What does this mean for developers?

Download at Pin5i.Com

Page 46: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

•Background•What is Android?•Latest News

Download at Pin5i.Com

Page 47: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Latest News

• 5 Nov 2007: Android announced

• 12 Nov 2007: early look of the SDK released

• 14 Dec 2007: bug-fix SDK released

• 3 Jan 2008: Android Developer Challenge I starts accepting submissions

• 13 Feb 2008: m5-rc15 SDK released

• 14 Apr 2008: 1788 total submissions for Challenge I

• 12 May 2008: Top 50 Application in Challenge I announced

Download at Pin5i.Com

Page 48: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Android Developer Challenge

• Goal: help developers turn great ideas into great code

• Challenge I & II each have a $5MM USD purse

• Challenge II will begin after devices go on sale

Download at Pin5i.Com

Page 49: An Introduction to Android · Latest News • 5 Nov 2007: Android announced • 12 Nov 2007: early look of the SDK released • 14 Dec 2007: bug-fix SDK released • 3 Jan 2008:

Q & A

Download at Pin5i.Com