Simple Android application for setting reminders.
Prescribed is hosted in the following web site
https://github.com/guimou123/Prescribed
If you think the Android project Prescribed 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 Prescribed.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 19 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
There are 1 image files in Prescribed. The names of the image files are listed as follows.
icn_pill.png
The following screenshort is generated from the image listed above.
Prescribed has the following Java source files.
com.gui.mou.prescribed.BaseActivity.java com.gui.mou.prescribed.CreateAlarmFragment.java com.gui.mou.prescribed.DashboardFragment.java com.gui.mou.prescribed.MainActivity.java com.gui.mou.prescribed.ReminderNotificationActivity.java com.gui.mou.prescribed.alarming.AlarmingManager.java com.gui.mou.prescribed.alarming.AlarmingManagerImpl.java com.gui.mou.prescribed.alarming.AlarmingReceiver.java com.gui.mou.prescribed.alarming.BootReceiver.java com.gui.mou.prescribed.model.Alarm.java com.gui.mou.prescribed.model.Medication.java com.gui.mou.prescribed.model.Pill.java com.gui.mou.prescribed.model.Reminder.java com.gui.mou.prescribed.persistence.DBContract.java com.gui.mou.prescribed.persistence.DBHandler.java com.gui.mou.prescribed.widget.DashboardLayout.java