Loading...
Flash Player 9 (or above) is needed to view slideshows. We have detected that you do not have it on your computer.To install it, go here
Getting started with Google Android
Getting started with Google Android
OSCON 2008
July 21, 2008
2050 views | comments | 5 favorites | 165 downloads | 2 embeds (Stats)
More Info
This slideshow is Public
Total Views: 2050 on Slideshare: 2038 from embeds: 12
Most viewed embeds (Top 5):
More
Slideshow Transcript
- Slide 1:Getting started with
Google Android
Sean Sullivan
July 21, 2008
- Slide 2: Topics
• Android platform
• Developer tools
• Android programming
- Slide 3:Android
November 5, 2007
- Slide 4: What is Android?
“Android is a software stack for mobile devices
that includes an operating system, middleware
and key applications”
- Slide 5:The Big Picture
- Slide 6: Android applications
• are written in the Java language
• run on the Dalvik virtual machine
- Slide 7: Dalvik VM
• not a Java VM
• design constraints: slow CPU, little RAM
• will run on OS without swap space
• http://sites.google.com/site/io/dalvik-vm-internals
- Slide 8: Application API’s
java.util.*
java.io.*
J2SE