GitHub clone of SVN repo http://android-protips-location.googlecode.com/svn/trunk/ (cloned by http://svn2github.com/).
android-protips-location is hosted in the following web site
https://github.com/svn2github/android-protips-location
If you think the Android project android-protips-location 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 android-protips-location.
Item | Value |
---|---|
Java File Count | 36 |
Supported screen sizes | [mdpi, ldpi, hdpi] |
Target SDK Version | 11 |
Minimum SDK Version | 4 |
Activity Count | 1 |
Fragment Count | 3 |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED |
There are 2 image files in android-protips-location. The names of the image files are listed as follows.
powered_by_google_on_black.png powered_by_google_on_white.png
The following screenshort is generated from the image listed above.
android-protips-location has the following Java source files.
com.radioactiveyak.location_best_practices.PlacesApplication.java com.radioactiveyak.location_best_practices.PlacesBackupAgent.java com.radioactiveyak.location_best_practices.PlacesConstants.java com.radioactiveyak.location_best_practices.UI.PlaceActivity.java com.radioactiveyak.location_best_practices.UI.fragments.CheckinFragment.java com.radioactiveyak.location_best_practices.UI.fragments.PlaceDetailFragment.java com.radioactiveyak.location_best_practices.UI.fragments.PlaceListFragment.java com.radioactiveyak.location_best_practices.content_providers.PlaceDetailsContentProvider.java com.radioactiveyak.location_best_practices.content_providers.PlacesContentProvider.java com.radioactiveyak.location_best_practices.content_providers.QueuedCheckinsContentProvider.java com.radioactiveyak.location_best_practices.receivers.BootReceiver.java com.radioactiveyak.location_best_practices.receivers.ConnectivityChangedReceiver.java com.radioactiveyak.location_best_practices.receivers.LocationChangedReceiver.java com.radioactiveyak.location_best_practices.receivers.NewCheckinReceiver.java com.radioactiveyak.location_best_practices.receivers.PassiveLocationChangedReceiver.java com.radioactiveyak.location_best_practices.receivers.PowerStateChangedReceiver.java com.radioactiveyak.location_best_practices.services.CheckinNotificationService.java com.radioactiveyak.location_best_practices.services.EclairPlacesUpdateService.java com.radioactiveyak.location_best_practices.services.PlaceCheckinService.java com.radioactiveyak.location_best_practices.services.PlaceDetailsUpdateService.java com.radioactiveyak.location_best_practices.services.PlacesUpdateService.java com.radioactiveyak.location_best_practices.utils.FroyoLocationUpdateRequester.java com.radioactiveyak.location_best_practices.utils.FroyoSharedPreferenceSaver.java com.radioactiveyak.location_best_practices.utils.GingerbreadLastLocationFinder.java com.radioactiveyak.location_best_practices.utils.GingerbreadLocationUpdateRequester.java com.radioactiveyak.location_best_practices.utils.GingerbreadSharedPreferenceSaver.java com.radioactiveyak.location_best_practices.utils.HoneycombStrictMode.java com.radioactiveyak.location_best_practices.utils.LegacyLastLocationFinder.java com.radioactiveyak.location_best_practices.utils.LegacyLocationUpdateRequester.java com.radioactiveyak.location_best_practices.utils.LegacySharedPreferenceSaver.java com.radioactiveyak.location_best_practices.utils.LegacyStrictMode.java com.radioactiveyak.location_best_practices.utils.PlatformSpecificImplementationFactory.java com.radioactiveyak.location_best_practices.utils.base.ILastLocationFinder.java com.radioactiveyak.location_best_practices.utils.base.IStrictMode.java com.radioactiveyak.location_best_practices.utils.base.LocationUpdateRequester.java com.radioactiveyak.location_best_practices.utils.base.SharedPreferenceSaver.java