LocationReminder is an application where the user can store tasks connected to a specific location..
LocationReminder is hosted in the following web site
https://github.com/EarlOfEgo/LocationReminder
If you think the Android project LocationReminder 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 LocationReminder.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi, ldpi, hdpi] |
Minimum SDK Version | 14 |
Activity Count | 10 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET android.permission.VIBRATE |
There are 2 image files in LocationReminder. The names of the image files are listed as follows.
task_button.png task_solved.png
The following screenshort is generated from the image listed above.
LocationReminder has the following Java source files.
com.htwgkonstanz.locationreminder.CollectionTools.java com.htwgkonstanz.locationreminder.LocationReminderActivity.java com.htwgkonstanz.locationreminder.database.LRDatabaseAdapter.java com.htwgkonstanz.locationreminder.database.LRDatabaseHelper.java com.htwgkonstanz.locationreminder.database.LRTask.java com.htwgkonstanz.locationreminder.edittasks.CreateNewTask.java com.htwgkonstanz.locationreminder.edittasks.EditTask.java com.htwgkonstanz.locationreminder.edittasks.SpecifyDaysAndTime.java com.htwgkonstanz.locationreminder.maps.ChooseLocationOnMap.java com.htwgkonstanz.locationreminder.maps.GoogleMaps.java com.htwgkonstanz.locationreminder.maps.LocationTuple.java com.htwgkonstanz.locationreminder.maps.TasksOverlay.java com.htwgkonstanz.locationreminder.preferences.Preferences.java com.htwgkonstanz.locationreminder.service.LocationProvider.java com.htwgkonstanz.locationreminder.showtasks.ShowAllTasks.java com.htwgkonstanz.locationreminder.showtasks.ShowNearTasks.java com.htwgkonstanz.locationreminder.showtasks.ShowTask.java