Android Open Source - Map Offline locator






Project Summary

People Locator - Android app (https://play.google.com/store/apps/details?id=com.ottamotta.locator; http://smslocator.com) allows to share your location by sms and auto-answer own location to trusted contacts. Internet connection is desirable (for map loading), but not required: You could navigate offline with compass included..

Web Site / Source Repository

locator is hosted in the following web site
https://github.com/rodionaltshuler/locator

If you think the Android project locator 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 locator.

ItemValue
Java File Count90
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version10
Activity Count4
jar files usedlibGoogleAnalyticsServices.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.READ_CONTACTS
android.permission.READ_SMS
android.permission.RECEIVE_SMS
android.permission.SEND_SMS
android.permission.VIBRATE
android.permission.WAKE_LOCK
android.permission.WRITE_CONTACTS
android.permission.WRITE_EXTERNAL_STORAGE
com.google.android.providers.gsf.permission.READ_GSERVICES




Resource Files

There are 28 image files in locator. The names of the image files are listed as follows.

arrow.png
compass_arrow.png
custom_info_bubble.9.png
default_icon.png
ic_action_attach.png
ic_action_collapse.png
ic_action_expand.png
ic_action_help.png
ic_action_locate.png
ic_action_overflow.png
ic_action_settings.png
ic_action_star.png
ic_add.png
ic_compass.png
ic_delete.png
ic_globe.png
ic_location_place.png
ic_make_request.png
ic_map.png
ic_menu_overflow_card_dark_normal.png
ic_menu_overflow_card_dark_pressed.png
ic_rating.png
ic_share_location.png
point_from.png
point_to.png
pointer.png
rodion.png
search_for_location.png

The following screenshort is generated from the image listed above.

null




Java Source Files

locator has the following Java source files.

com.ottamotta.locator.actions.Action.java
com.ottamotta.locator.actions.ActionMenu.java
com.ottamotta.locator.actions.ActionTest.java
com.ottamotta.locator.actions.BaseLocatorActionExecutor.java
com.ottamotta.locator.actions.ContactsDaoImplTest.java
com.ottamotta.locator.actions.LocatorMenuItem.java
com.ottamotta.locator.actions.LocatorNotification.java
com.ottamotta.locator.actions.Order.java
com.ottamotta.locator.actions.OrderCreatedEvent.java
com.ottamotta.locator.actions.OrderExecutor.java
com.ottamotta.locator.actions.OrdersDB.java
com.ottamotta.locator.actions.OrdersDao.java
com.ottamotta.locator.actions.OrdersDaoImpl.java
com.ottamotta.locator.actions.SmsConfirmationReceiver.java
com.ottamotta.locator.actions.SmsReceiver.java
com.ottamotta.locator.actions.SmsSender.java
com.ottamotta.locator.actions.SmsToActionConverter.java
com.ottamotta.locator.actions.SmsToActionConverterTest.java
com.ottamotta.locator.appRater.apprater.AmazonMarket.java
com.ottamotta.locator.appRater.apprater.AppRater.java
com.ottamotta.locator.appRater.apprater.ApplicationRatingInfo.java
com.ottamotta.locator.appRater.apprater.GoogleMarket.java
com.ottamotta.locator.appRater.apprater.Market.java
com.ottamotta.locator.application.LocatorApplication.java
com.ottamotta.locator.application.LocatorMarket.java
com.ottamotta.locator.application.LocatorSettings.java
com.ottamotta.locator.compass.CompassFusionActivity.java
com.ottamotta.locator.compass.FusedLocationProvider.java
com.ottamotta.locator.compass.FusionSensorListener.java
com.ottamotta.locator.contacts.ContactMenuProvider.java
com.ottamotta.locator.contacts.ContactMenuProviderDebug.java
com.ottamotta.locator.contacts.ContactMenuProviderRelease.java
com.ottamotta.locator.contacts.ContactsChangeObserver.java
com.ottamotta.locator.contacts.ContactsDao.java
com.ottamotta.locator.contacts.ContactsDaoImpl.java
com.ottamotta.locator.contacts.ContactsModel.java
com.ottamotta.locator.contacts.ContactsModelImpl.java
com.ottamotta.locator.contacts.ObserverContactsChangeService.java
com.ottamotta.locator.contacts.TrustedContact.java
com.ottamotta.locator.debug.LocatorDebug.java
com.ottamotta.locator.external.ExternalLocationShareOptionsProvider.java
com.ottamotta.locator.external.ExternalShareExecutor.java
com.ottamotta.locator.external.ExternalShareOptionsMenu.java
com.ottamotta.locator.external.LocationShareOption.java
com.ottamotta.locator.external.RequestPackageInstallDialogFragment.java
com.ottamotta.locator.manualLocation.AddressAdapter.java
com.ottamotta.locator.manualLocation.AddressFragment.java
com.ottamotta.locator.manualLocation.GetAdressTask.java
com.ottamotta.locator.manualLocation.LocationOnMapChangeEvent.java
com.ottamotta.locator.manualLocation.ManualLocationActivity.java
com.ottamotta.locator.manualLocation.ManualLocationListener.java
com.ottamotta.locator.manualLocation.ManualLocationReceivedEvent.java
com.ottamotta.locator.manualLocation.MyLocationMapFragment.java
com.ottamotta.locator.manualLocation.ShowLocationOnMapEvent.java
com.ottamotta.locator.map.ActionMarker.java
com.ottamotta.locator.map.BaseMapFragment.java
com.ottamotta.locator.map.IncomeShareMapFragment.java
com.ottamotta.locator.map.MapFragmentActivity.java
com.ottamotta.locator.roboguice.LocatorBindingsModule.java
com.ottamotta.locator.roboguice.LocatorInjector.java
com.ottamotta.locator.roboguice.RoboSherlockActivity.java
com.ottamotta.locator.roboguice.RoboSherlockDialogFragment.java
com.ottamotta.locator.roboguice.RoboSherlockFragment.java
com.ottamotta.locator.ui.BaseActivity.java
com.ottamotta.locator.ui.ContextMenuAdapter.java
com.ottamotta.locator.ui.IntroFragment.java
com.ottamotta.locator.ui.JournalFragment.java
com.ottamotta.locator.ui.LocatorContactsActivity.java
com.ottamotta.locator.ui.NeedAddContactEvent.java
com.ottamotta.locator.ui.PaneHost.java
com.ottamotta.locator.ui.TrustedContactSelectedEvent.java
com.ottamotta.locator.ui.TrustedContactsFragment.java
com.ottamotta.locator.ui.anim.HeightChangeAnimation.java
com.ottamotta.locator.ui.dialogs.ConfirmationDialogFragment.java
com.ottamotta.locator.ui.dialogs.ContextMenuDialogFragment.java
com.ottamotta.locator.ui.dialogs.InfoDialogFragment.java
com.ottamotta.locator.ui.dialogs.MessageDialogFragment.java
com.ottamotta.locator.ui.dialogs.RateAppDialogFragment.java
com.ottamotta.locator.utils.LocationUtils.java
com.ottamotta.locator.utils.LocatorGson.java
com.ottamotta.locator.utils.LocatorTime.java