Android Development GeekCamp Singapore 22 nd  August 2009 Leong Hean Hong (CC) BY-SA Some rights preserved.
About Usernames: hongster, ahhong
DOB: 490204800 (GMT +8)
Work: LAMP | Android | iPhone
Interest: Python, Rubik Cube, Number Theory, Web Technologies
Groups: SG PHP User Group, KL Google Technology User Group
Content Intro
Development Tools
Setup
4 Component Types
Views
Intents
Demo
Intro Android  !=  OS “ Android™ delivers a complete set of software for mobile devices: an operating system, middleware and key mobile applications. ”
Android Architecture ( http://bit.ly/s73P2 )
Dalvik_VM  !=  JVM Designed and written by Dan Bornstein with contributions from other Google engineers
Bytecode on which it operates is not Java bytecode.
Development Tools Android 1.5 SDK
Optional, recommended Eclipse  (Java or RCP version recommended)
Android Development Tools ( ADT ) eclipse plugin (http s ://dl-ssl.google.com/android/eclipse/)
Setup Download and unzip Android SDK.
Install Eclipse.
Install ADT.
Set SDK path in Eclipse preference section.
Create Android Virtual Device ( AVD ).

Geekcamp Android