An Android Sample project to show how to manage a location service easily.
SimpleLocationService is hosted in the following web site
https://github.com/Kayrnt/SimpleLocationService
If you think the Android project SimpleLocationService 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 SimpleLocationService.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
SimpleLocationService has the following Java source files.
com.example.simplelocationservice.GeoLocatedActivity.java com.example.simplelocationservice.GeolocatedApplication.java com.example.simplelocationservice.ILocationListener.java com.example.simplelocationservice.LocationService.java com.example.simplelocationservice.LocationServiceHelper.java com.example.simplelocationservice.MainActivity.java com.example.simplelocationservice.SecondActivity.java