This is the code developed to link location services on android and my server. Will become part of FindMe after project intergration..
meetme is hosted in the following web site
https://github.com/shikevin/meetme
If you think the Android project meetme 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 meetme.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar osmdroid-android-4.0.jar slf4j-android-1.5.8.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
meetme has the following Java source files.
com.example.meetme.DisplayLocation.java com.example.meetme.JsonParser.java com.example.meetme.MainScreenActivity.java com.example.meetme.UploadLocation.java