Android Open Source - Map demo Friendlocation






Project Summary

An Android APP demo based on amap APIs, parsing the contact address and show it on the map.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Friendlocation.

ItemValue
Java File Count8
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version9
Activity Count1
jar files usedMapApi.jar
android-support-v4.jar
Required Permissionsandroid.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




Resource Files

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.

null

Java Source Files

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