Wireless Mobility with Android Wireless Mobility Programming Wireless Mobility with Android Presented by: Ung Yean MS. Computer Science American University, Washington DC, USA Presented by: Ung Yean
Wireless Mobility Programming Objective To understand the Android building blocks and learn to develop Android applications. Presented by: Ung Yean
Wireless Mobility Programming 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 Presented by: Ung Yean
Wireless Mobility Programming Android Architecture Presented by: Ung Yean
Tools to Develop Android Apps Wireless Mobility Programming 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. Presented by: Ung Yean
Wireless Mobility Programming Create the AVD Window/Android SDK and ADV Manager Click new Presented by: Ung Yean
Wireless Mobility Programming Fill in the form as shown Presented by: Ung Yean
Wireless Mobility Programming 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% Presented by: Ung Yean
First Android App: Hello Android Wireless Mobility Programming First Android App: Hello Android Presented by: Ung Yean
Wireless Mobility Programming Presented by: Ung Yean
Wireless Mobility Programming 3. Configure the project as shown and click finish. Presented by: Ung Yean
Configure the Application to run with the AVD Wireless Mobility Programming Configure the Application to run with the AVD Presented by: Ung Yean
Target the Application to the version of the AVD Wireless Mobility Programming Target the Application to the version of the AVD Presented by: Ung Yean
Wireless Mobility Programming Run the Application Presented by: Ung Yean
Application output on AVD Wireless Mobility Programming Application output on AVD Presented by: Ung Yean