1 / 15

Wireless Mobility with Android

Wireless Mobility with Android. Presented by: Ung Yean MS. Computer Science American University, Washington DC, USA. Objective. To understand the Android building blocks and learn to develop Android applications. Android Market.

Download Presentation

Wireless Mobility with Android

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. Wireless Mobility with Android Presented by: Ung Yean MS. Computer Science American University, Washington DC, USA

  2. Objective To understand the Android building blocks and learn to develop Android applications.

  3. Android Market Android devices come in all shapes and sizes. As of late November 2010, the Android OS can be seen powering the following types of devices: ➤ Smartphones ➤ Tablets ➤ E-reader devices ➤ Netbooks ➤ MP4 players ➤ Internet TVs

  4. Android Architecture

  5. Tools to Develop Android Apps • Eclipse IDE: to write code and design UI • Android SDK include AVD (Android Virtual Device): to test the applications • ADT (Android Development Tools): The Plug-in includes various wizards for creating and debugging Android projects.

  6. Create the AVD • Window/Android SDK and ADV Manager • Click new

  7. Fill in the form as shown

  8. Run the AVD Select one of the created AVD and click start. This will run the AVD where your App will be run on. (It will take a while for the AVD to load.). You will have the option of scale the display . Screen Size 7 means 70%

  9. First Android App: Hello Android

  10. 3. Configure the project as shown and click finish.

  11. Configure the Application to run with the AVD

  12. Target the Application to the version of the AVD

  13. Run the Application

  14. Application output on AVD

More Related