My version of Location Best Practice.
locationBP is hosted in the following web site
https://github.com/fangstar/locationBP
If you think the Android project locationBP 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 locationBP.
Item | Value |
---|---|
Java File Count | 28 |
Target SDK Version | 15 |
Minimum SDK Version | 10 |
Activity Count | 1 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED |
locationBP has the following Java source files.
com.mfcoding.locationBP.PlacesConstants.java com.mfcoding.locationBP.UI.LocationActivity.java com.mfcoding.locationBP.UI.fragments.LocationFragment.java com.mfcoding.locationBP.UI.fragments.LocationListFragment.java com.mfcoding.locationBP.UI.fragments.PrevLocationFragment.java com.mfcoding.locationBP.content_providers.LocationsContentProvider.java com.mfcoding.locationBP.receivers.BootReceiver.java com.mfcoding.locationBP.receivers.ConnectivityChangedReceiver.java com.mfcoding.locationBP.receivers.LocationChangedReceiver.java com.mfcoding.locationBP.receivers.PassiveLocationChangedReceiver.java com.mfcoding.locationBP.receivers.PowerStateChangedReceiver.java com.mfcoding.locationBP.services.EclairPlacesUpdateService.java com.mfcoding.locationBP.services.LocationUpdateService.java com.mfcoding.locationBP.utils.FroyoLocationUpdateRequester.java com.mfcoding.locationBP.utils.FroyoSharedPreferenceSaver.java com.mfcoding.locationBP.utils.GingerbreadLastLocationFinder.java com.mfcoding.locationBP.utils.GingerbreadLocationUpdateRequester.java com.mfcoding.locationBP.utils.GingerbreadSharedPreferenceSaver.java com.mfcoding.locationBP.utils.HoneycombStrictMode.java com.mfcoding.locationBP.utils.LegacyLastLocationFinder.java com.mfcoding.locationBP.utils.LegacyLocationUpdateRequester.java com.mfcoding.locationBP.utils.LegacySharedPreferenceSaver.java com.mfcoding.locationBP.utils.LegacyStrictMode.java com.mfcoding.locationBP.utils.PlatformSpecificImplementationFactory.java com.mfcoding.locationBP.utils.base.ILastLocationFinder.java com.mfcoding.locationBP.utils.base.IStrictMode.java com.mfcoding.locationBP.utils.base.LocationUpdateRequester.java com.mfcoding.locationBP.utils.base.SharedPreferenceSaver.java