Open document presentation

Embed Size (px)

DESCRIPTION

A summary of Chapter 1 of Wrox Beginning Android Application Development.

Citation preview

  • 1. Beginning Android Application Development Presentation by: Joubert Siao Emmanuel Macalintal

2. Chapter 1 Getting Started with Android Programming 3. Chapter 1 Getting Started with Android Programming

  • Android Versions

4. Features of Android 5. Architecture of Android 6. Android Market 7. How to obtain and install the required tools 8. Chapter 1 Getting Started with Android Programming Platform Codename API Level Android 1.5 Cupcake 3 Android 1.6 Donut 4 Android 2.1 Eclair 7 Android 2.2 Froyo 8 Android 2.3 -Android 2.3.2 Gingerbread 9 Android 2.3.3- Android 2.3.4 10 Android 3.0 Honeycomb 11 Android 3.1 12 Android 3.2 13 9.

  • Features of Android OS
  • Storage Database (SQLite)

10. Connectivity (bluetooth,Wifi,GSM, etc) 11. Messaging(SMS) 12. Web Browser (based on WebKit, V8 JS Engine) 13. Media Support (videos, mp4, midi, ogg, wav, JPG,PNG, etc) 14. Hardware Support (Camera, proximity, etc) 15. Multi-touch (touch screens) 16. Multi-tasking applications 17. Flash support 18. Tethering (supports sharing of internet connection as wifi-hotspot. Chapter 1 Getting Started with Android Programming 19. Chapter 1 Getting Started with Android Programming Features of Android 20.

  • Android Market

21. http://market.android.com/ Chapter 1 Getting Started with Android Programming 22.

  • Obtaining the required tools
  • Eclipse
  • https://eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliossr1

ADT Plugin

  • http://developer.android.com/sdk/eclipse-adt.html

Chapter 1 Getting Started with Android Programming 23.

  • Here's how I did it in Windows 7:

24. Click eclipse.exe in eclipse folderChapter 1 Getting Started with Android Programming 25.

  • To install ADT Plugin:

Chapter 1 Getting Started with Android Programming 26. Chapter 1 Getting Started with Android Programming 27.

  • Please be patient while eclipse is processing installation.

Chapter 1 Getting Started with Android Programming 28. Chapter 1 Getting Started with Android Programming 29. Chapter 1 Getting Started with Android Programming

  • Let's say we are going to build a sample Android Application, Click File>New>Project

30.

  • I created Samsung GalaxyTab AndroidApplication.

Chapter 1 Getting Started with Android Programming 31. Chapter 1 Getting Started with Android Programming 32.

  • I edited main.xml and created TextView Element with "This is a test string!!!"

Chapter 1 Getting Started with Android Programming 33. Chapter 1 Getting Started with Android Programming 34.

  • To test this inAndroid Emulator,

Chapter 1 Getting Started with Android Programming 35.

  • It should look like this.

Chapter 1 Getting Started with Android Programming 36.

  • Your Android Application will show up here.

Chapter 1 Getting Started with Android Programming 37.

  • When testing your Android Application, Eclipse will try to find closest match the application will run on.

38. Eclipse will provide you options which Android OS your application should be test run. Chapter 1 Getting Started with Android Programming 39.

  • The End of Chapter 1

Chapter 1 Getting Started with Android Programming