Android Open Source - Location distance While-I-m-Out






Project Summary

Android Application that keeps track of to do tasks and notifies users when he or she is within a set distance from any tasks location.

Web Site / Source Repository

While-I-m-Out is hosted in the following web site
https://github.com/zack37/While-I-m-Out

If you think the Android project While-I-m-Out 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 While-I-m-Out.

ItemValue
Java File Count25
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version16
Minimum SDK Version14
Activity Count4
jar files usedgson-2.2.2.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.VIBRATE
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 12 image files in While-I-m-Out. The names of the image files are listed as follows.

ic_action_accept.png
ic_action_cancel.png
ic_action_clock.png
ic_action_delete.png
ic_action_edit.png
ic_action_map.png
ic_action_new_task.png
ic_action_ruler.png
ic_action_search.png
ic_action_settings.png
ic_preferences_notify_off.png
ic_preferences_notify_on.png

The following screenshort is generated from the image listed above.

null




Java Source Files

While-I-m-Out has the following Java source files.

com.whileimout.listeners.CurrentLocationListener.java
com.whileimout.managers.LocationProximityManager.java
com.whileimout.managers.NotificationAlertManager.java
com.whileimout.managers.TaskManager.java
com.whileimout.models.Location.java
com.whileimout.models.Task.java
com.whileimout.utilities.DeletePrompt.java
com.whileimout.utilities.GoogleMaps.java
com.whileimout.utilities.GsonExclusionStrategy.java
com.whileimout.utilities.JSONSerializer.java
com.whileimout.utilities.Logger.java
com.whileimout.utilities.ProximityTimer.java
zsmith.capstone.whileimout.Preferences.java
zsmith.capstone.whileimout.PreferencesFragment.java
zsmith.capstone.whileimout.TaskCreateActivity.java
zsmith.capstone.whileimout.TaskCreateFragment.java
zsmith.capstone.whileimout.TaskDetailActivity.java
zsmith.capstone.whileimout.TaskDetailFragment.java
zsmith.capstone.whileimout.TaskListActivity.java
zsmith.capstone.whileimout.TaskListFragment.java
zsmith.capstone.whileimout.WhileImOut.java
zsmith.capstone.whileimout.dummy.DummyContent.java