An Android APP demo based on amap APIs, parsing the contact address and show it on the map.
Friendlocation is hosted in the following web site
https://github.com/dollarzhaole/Friendlocation
If you think the Android project Friendlocation listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Friendlocation.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 9 |
Activity Count | 1 |
jar files used | MapApi.jar android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.CALL_PHONE android.permission.CHANGE_WIFI_STATE android.permission.INTERNET android.permission.READ_CONTACTS android.permission.READ_PHONE_STATE android.permission.SEND_SMS android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in Friendlocation. The names of the image files are listed as follows.
da_marker_red.png ic_action_search.png info_bubble.9.png message48.png phone.png
The following screenshort is generated from the image listed above.
Friendlocation has the following Java source files.
com.example.amap.MainActivity.java com.example.amap.domain.People.java com.example.amap.marker.MarkerOverlay.java com.example.amap.marker.MyOverlayItem.java com.example.amap.service.AddressService.java com.example.amap.service.ContactsService.java com.example.amap.service.GeoService.java com.example.amap.utils.StreamTool.java