1 / 23

Beginning Android Development

Lawrence Sing Wong LawrenceSWong@gmail.com metawave.wordpress.com. Beginning Android Development. Goals. Android Ecosystem Android Platform Hands-on Android Development Resources. Introduction. Android - An Open Platform for Mobile Development Open Handset Alliance Android Stack

fancy
Download Presentation

Beginning Android Development

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lawrence Sing Wong LawrenceSWong@gmail.com metawave.wordpress.com Beginning Android Development

  2. Goals • Android Ecosystem • Android Platform • Hands-on Android Development • Resources

  3. Introduction • Android - An Open Platform for Mobile Development • Open Handset Alliance • Android Stack • Native Apps vs Web Apps

  4. Open Platform for Mobile Development • Open Source • Royalty-free : Free as in beer • Free to fork : Free as in speech • No approval needed for Android Market • Free to download from multiple sources • but..

  5. OHA • Members • Google • NARMHP

  6. Android Stack • Diagram • Platform built upon Linux • 1 process per application • Java, c/c++ • Vs iOS, WinPhone7, MeeGo, Symbian, Bada

  7. Android and Java • NOT JavaME • Dalvik JVM instead of JVM • - register-based vs stack-based • - more efficient and compact implementation. • Reuse through Intent

  8. Getting Started • Downloads • Android SDK Features • Hello World Example

  9. IDE • Eclipse 3.5 • Android ADT Plugin • JDK 5.0/6.0 • AVD setup • Emulator

  10. Hello World • New Project • Android Manifest • Activity • R.java, main.xml, strings.xml, ...

  11. Phone • How to setup for development • Phone vs Emulator

  12. Next examples • To-Do List Example • Android Development Tools

  13. Development Tools • Debugger • DDMS • adb

  14. DDMS • Screen capture • File structure • Send messages to emulator

  15. Command Line • adb command • uninstall • logcat

  16. Applications and Activities • What makes an Android Application? • Android Manifest • Application Life Cycle

  17. Activity • UI thread • Presents window to user • Life-cycle diagram • Managed by Android

  18. Intents • Introducing Intents • Implicit Intents • Explicit Intents • Extras

  19. Others • Service • Broadcast Receiver • Content Provider • Adapter

  20. User Interfaces • Basic UI Design • Views • Layouts

  21. Markets • Android Market Share • SDK versions and percentages • Android Market • Job Market

  22. But which is the best.. • OS? Linux, Win7 or Mac? • Phone? http://www.google.com/phone/#

  23. Resources • developer.android.com • android.git.kernel.org • code.google.com • stackoverflow.com • http://www.google.com/phone/#

More Related