A reminders listview for Android based on source from DeskClock. Still a work in progress.
Reminders is hosted in the following web site
https://github.com/stewjacks/Reminders
If you think the Android project Reminders 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 Reminders.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.READ_PHONE_STATE android.permission.RECEIVE_BOOT_COMPLETED android.permission.VIBRATE android.permission.WAKE_LOCK |
Asset File Names | assets\fonts\AndroidClockMono-Bold.ttf assets\fonts\AndroidClockMono-Light.ttf assets\fonts\AndroidClockMono-Thin.ttf assets\fonts\Roboto-Thin.ttf assets\sounds\Timer_Expire.ogg |
Raw File Names | res\raw\bikebell.mp3 |
There are 11 image files in Reminders. The names of the image files are listed as follows.
ic_add.png ic_alarm.png ic_alarm_normal.png ic_alarm_small.png ic_clock_add_alarm.png ic_clock_add_alarm_selected.png ic_delete_normal.png ic_delete_pressed.png ic_noalarms.png toggle_underline_activated.9.png toggle_underline_normal.9.png
The following screenshort is generated from the image listed above.
Reminders has the following Java source files.
com.example.reminder.Constants.java com.example.reminder.MainActivity.java com.example.reminder.ReminderFragment.java com.example.reminder.alarm.Alarm.java com.example.reminder.alarm.AlarmAlertWakeLock.java com.example.reminder.alarm.AlarmInitReceiver.java com.example.reminder.alarm.AlarmInterface.java com.example.reminder.alarm.AlarmKlaxon.java com.example.reminder.alarm.AlarmReceiver.java com.example.reminder.alarm.AlarmService.java com.example.reminder.alarm.AlarmSharedPreferencesAdapter.java com.example.reminder.alarm.AlarmUtils.java com.example.reminder.alarm.AsyncHandler.java com.example.reminder.alarm.DatePickerFragment.java com.example.reminder.alarm.DaysOfWeek.java com.example.reminder.alarm.LabelDialogFragment.java com.example.reminder.alarm.ObjectSerializer.java com.example.reminder.alarm.TimePickerFragment.java