I am retreiving a list of dates from HTML.
The list is set to a List when it is retreived.
I want to use a SimpleDate Parser(which i know how to do) to parse and set the date for the AlarmManager.
Since it is more than one Date. How could i create a method for this? To create a Alarm for each Date.
The first time the list of dates is loaded i would like it to parse the dates and set an alarm for each.
And if its more than one alarm on one day, how could i combine them as one?
