A simple app that allows any user to share his current location so that other can find him. Also allows the users to save the location if he needs it for future reference..
ShareLoc is hosted in the following web site
https://github.com/sunnyshrestha/ShareLoc
If you think the Android project ShareLoc 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 ShareLoc.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 5 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE |
There are 6 image files in ShareLoc. The names of the image files are listed as follows.
camera.png map.png personlocation.png refresh.png share.png textsms.png
The following screenshort is generated from the image listed above.
ShareLoc has the following Java source files.
dev.suncha.shareloc.ApplicationTest.java dev.suncha.shareloc.CustomCursorAdapter.java dev.suncha.shareloc.FallbackLocationTracker.java dev.suncha.shareloc.FirstFixListener.java dev.suncha.shareloc.Location.java dev.suncha.shareloc.LocationOperations.java dev.suncha.shareloc.LocationTracker.java dev.suncha.shareloc.Main.java dev.suncha.shareloc.MyActivity.java dev.suncha.shareloc.MySQLiteHelper.java dev.suncha.shareloc.ProviderLocationTracker.java dev.suncha.shareloc.SampleActivity.java dev.suncha.shareloc.displayDatabaseItems.java dev.suncha.shareloc.saveLocationDetails.java