Android Open Source - Development book Task-Reminder






Project Summary

A simple task reminder that was built for the Android Application Development for Dummies book..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Task-Reminder.

ItemValue
Java File Count9
Target SDK Version8
Activity Count3
Required Permissionsandroid.permission.RECEIVE_BOOT_COMPLETED
android.permission.WAKE_LOCK




Java Source Files

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