Android Open Source - Location Share GeoFencingDemo






Project Summary

This is a proof of concept implementation of geofencing on android platform. This app can track the specific geo-location of a user, take pictures of themselves and premises using front and rear camera. Captured information can be stored or shared accordingly via email or other means..

Web Site / Source Repository

GeoFencingDemo is hosted in the following web site
https://github.com/ehc/GeoFencingDemo

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

ItemValue
Java File Count12
Supported screen sizes[hdpi]
Minimum SDK Version12
Activity Count9
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.CAMERA
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
com.ehc.GeoFencingDemo.permission.MAPS_RECEIVE
com.google.android.providers.gsf.permission.READ_GSERVICES
Asset File Namesassets\Roboto-Regular.ttf
assets\RobotoSlab-Bold.ttf
assets\RobotoSlab-Regular.ttf




License

The license information of GeoFencingDemo is as follows:

MIT License

Resource Files

There are 2 image files in GeoFencingDemo. The names of the image files are listed as follows.

gio_fencing.png
where.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.ehc.GeoFencingDemo.CameraPreview.java
com.ehc.GeoFencingDemo.FinalActivity.java
com.ehc.GeoFencingDemo.FirstStepActivity.java
com.ehc.GeoFencingDemo.GeoFencingActivity.java
com.ehc.GeoFencingDemo.GeoFencingDTO.java
com.ehc.GeoFencingDemo.HomeActivity.java
com.ehc.GeoFencingDemo.LocationActivity.java
com.ehc.GeoFencingDemo.LocationDetailsActivity.java
com.ehc.GeoFencingDemo.LoginActivity.java
com.ehc.GeoFencingDemo.SecondStepActivity.java
com.ehc.GeoFencingDemo.SqlLiteDbHelper.java
com.ehc.GeoFencingDemo.ThirdStepActivity.java