I am making a medicine reminder app which reminds people to take their medicine on a scheduled date-time.
For example, if my start-date is 08-APR-2013 and the end-date is 12-APR-2013 and time is 11.30 am then the alarm should fire till 12-APR-2013 at 11.30 am.
Please help with how I can achieve this. I know how to set an alarm manager and the normal alarm is fired. But when I have a start-date and end-date at that time I become confused about how I should use the alarmManager.setRepeating()
method.