240 likes | 453 Views
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.
E N D
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
Android Developers • http://developer.android.com • Android Open Source Project • http://developer.android.com • Google • http://www.google.com.tw
Example • "VNC Desktop" inurl:5800 • inurl:passlist.txt • "Index of /password” • "phpMyAdmin" "running on" inurl:"main.php“ • intitle:index.of administrators.pwd
How to use Google Map in Your Application Google Map
Window → Preference → Android → Build → Default debug keystore
1st. AndroidManifest.xml <manifest> <application ><uses-library android:name="com.google.android.maps" /></application> <uses-permission android:name="android.permission.INTERNET" /> </manifest>
3rd . Find MapView • MapView map = (MapView) findViewById(R.id.myMapView); • MapController mc = map.getController();