Android Alarm Clock with multiple alarms [closed]

2019-07-04 05:17发布

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 ?

1条回答
Root(大扎)
2楼-- · 2019-07-04 05:22

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

查看更多
登录 后发表回答