A simple task reminder that was built for the Android Application Development for Dummies book..
Task-Reminder is hosted in the following web site
https://github.com/donnfelker/Task-Reminder
If you think the Android project Task-Reminder 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 Task-Reminder.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 8 |
Activity Count | 3 |
Required Permissions | android.permission.RECEIVE_BOOT_COMPLETED android.permission.WAKE_LOCK |
Task-Reminder has the following Java source files.
com.dummies.android.taskreminder.OnAlarmReceiver.java com.dummies.android.taskreminder.OnBootReceiver.java com.dummies.android.taskreminder.ReminderEditActivity.java com.dummies.android.taskreminder.ReminderListActivity.java com.dummies.android.taskreminder.ReminderManager.java com.dummies.android.taskreminder.ReminderService.java com.dummies.android.taskreminder.RemindersDbAdapter.java com.dummies.android.taskreminder.TaskPreferences.java com.dummies.android.taskreminder.WakeReminderIntentService.java