Android Open Source - Example course GeoAlarms






Project Summary

An Android project for Mobile Apllications course..

Web Site / Source Repository

GeoAlarms is hosted in the following web site
https://github.com/dialelo/GeoAlarms

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

ItemValue
Java File Count15
Activity Count6
jar files usedguice-2.0-no_aop.jar
roboguice-1.1.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_MOCK_LOCATION
android.permission.INTERNET
android.permission.VIBRATE




License

The license information of GeoAlarms is as follows:

GNU General Public License

Resource Files

There are 5 image files in GeoAlarms. The names of the image files are listed as follows.

app_icon.png
help_icon.png
list_icon.png
map_icon.png
settings_icon.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.geoalarms.GeoAlarms.java
com.geoalarms.activity.AlarmEditor.java
com.geoalarms.activity.AlarmList.java
com.geoalarms.activity.Help.java
com.geoalarms.activity.Home.java
com.geoalarms.activity.Map.java
com.geoalarms.activity.Preferences.java
com.geoalarms.database.AlarmDatabaseHelper.java
com.geoalarms.database.AlarmManager.java
com.geoalarms.location.LocListener.java
com.geoalarms.location.ProximityIntentReceiver.java
com.geoalarms.map.AlarmOverlay.java
com.geoalarms.map.PointOverlay.java
com.geoalarms.model.Alarm.java
com.geoalarms.model.Coordinates.java