Android Open Source - UI ListView listview Reminders






Project Summary

A reminders listview for Android based on source from DeskClock. Still a work in progress.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Reminders.

ItemValue
Java File Count18
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version8
Activity Count1
Fragment Count2
Required Permissionsandroid.permission.READ_PHONE_STATE
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.VIBRATE
android.permission.WAKE_LOCK
Asset File Namesassets\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 Namesres\raw\bikebell.mp3




Resource Files

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.

null




Java Source Files

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