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 ?
Well a lot of similar questions have been asked on StackOverflow:
Android Set Multiple Alarms
How to set more than one alarms at a time in android?
multiple alarms SQLite
All have excellent answers, please go through them and ask us a more precise question here
Thank You