Example from Felker D. - Android Application Development For Dummies - 2010.
Task-Reminder is hosted in the following web site
https://github.com/tapin13/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 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 8 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.RECEIVE_BOOT_COMPLETED android.permission.WAKE_LOCK |
There are 1 image files in Task-Reminder. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
Task-Reminder has the following Java source files.
com.example.taskreminder.OnAlarmReceiver.java com.example.taskreminder.OnBootReceiver.java com.example.taskreminder.ReminderEditActivity.java com.example.taskreminder.ReminderListActivity.java com.example.taskreminder.ReminderManager.java com.example.taskreminder.ReminderService.java com.example.taskreminder.RemindersDbAdapter.java com.example.taskreminder.TaskPreferences.java com.example.taskreminder.WakeReminderIntentService.java