Download presentation
Presentation is loading. Please wait.
1
Android Application Development 郭惠翔 hhkuo@nccu.edu.tw
2
BEFORE DEVELOPMENT Three Websites You MUST Know
3
Android Developers – http://developer.android.com http://developer.android.com
5
SDKDev GuideReferenceResourcesVideosBlog
6
Android Developers – http://developer.android.com http://developer.android.com Android Open Source Project – http://developer.android.com http://developer.android.com
8
「 Best Reference Materials 」
9
Android Architecture
10
Android Developers – http://developer.android.com http://developer.android.com Android Open Source Project – http://developer.android.com http://developer.android.com Google – http://www.google.com.tw http://www.google.com.tw
12
Site 搜尋特定網址 Inurl 搜尋特定連結 Intext 搜尋網頁內文字 Filetype 搜尋特定檔案格式 Intitle 搜尋網頁標題 Link 搜尋互相連結的網 頁 "index of" 搜尋開放目錄瀏覽 Cache 顯示網頁在 Google 中 的暫存資料
13
Example "VNC Desktop" inurl:5800 inurl:passlist.txt "Index of /password” "phpMyAdmin" "running on" inurl:"main.php“ intitle:index.of administrators.pwd
14
GOOGLE MAP How to use Google Map in Your Application
15
Please download http://140.119.164.2/MapDemo.zip
16
Import MapDemo
17
Import MapDemo (cont.)
18
1st Execute DOS and get MD5 keytool –list –keystore “keystore path” 2nd http://code.google.com/android/maps-api-signup.html Enter MD5 3rd Use the Maps API key in your MapActivity or MapView Window → Preference → Android → Build → Default debug keystore
19
1 st. AndroidManifest.xml
20
2 nd. Extends MapActivity
21
3 rd. Find MapView MapView map = (MapView) findViewById(R.id.myMapView); MapController mc = map.getController();
22
4 th. Choose 「 Google APIs 」 as Your 「 Project Build Target 」
23
5 th. Run as Android Application
24
Thanks for your attendance!!
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.