I want to create a alarm clock with multiple alarms. I want to know how to create it using database and start the service. Suggest me some links or some tutorials which i can find helpful.
Right now i am using Pending Intent when one sets an alarm. Is it a viable solution to run multiple pending intents ? What if i want to have a feature of repeat alarm.
How can we design such a alarm clock ?