1 / 24

Android Application Development

Android Application Development. 郭惠翔 hhkuo@nccu.edu.tw. Three Websites You MUST Know. Before development. Android Developers http://developer.android.com. Android Developers http://developer.android.com Android Open Source Project http://developer.android.com.

seoras
Télécharger la présentation

Android Application 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. Android Application Development 郭惠翔 hhkuo@nccu.edu.tw

  2. Three Websites You MUST Know Before development

  3. Android Developers • http://developer.android.com

  4. Android Developers • http://developer.android.com • Android Open Source Project • http://developer.android.com

  5. 「Best Reference Materials」

  6. Android Architecture

  7. Android Developers • http://developer.android.com • Android Open Source Project • http://developer.android.com • Google • http://www.google.com.tw

  8. Example • "VNC Desktop" inurl:5800 • inurl:passlist.txt • "Index of /password” • "phpMyAdmin" "running on" inurl:"main.php“ • intitle:index.of administrators.pwd

  9. How to use Google Map in Your Application Google Map

  10. Please downloadhttp://140.119.164.2/MapDemo.zip

  11. Import MapDemo

  12. Import MapDemo (cont.)

  13. Window → Preference → Android → Build → Default debug keystore

  14. 1st. AndroidManifest.xml <manifest> <application ><uses-library android:name="com.google.android.maps" /></application> <uses-permission android:name="android.permission.INTERNET" /> </manifest>

  15. 2nd. Extends MapActivity

  16. 3rd . Find MapView • MapView map = (MapView) findViewById(R.id.myMapView); • MapController mc = map.getController();

  17. 4th. Choose 「Google APIs」 as Your 「Project Build Target 」

  18. 5th. Run as Android Application

  19. Thanks for your attendance!!

More Related