user788511
user788511

Reputation: 1736

implement start and stop alarm timer android

I am trying to implement start and stop alarm timer in android with a repeatlist array that includes the alarm schedule conditions like everyday, year, month, dayoftheweek. I am a newbie therefore any help would be great;y appreciated. Thanks

Upvotes: 1

Views: 1811

Answers (2)

Stefan H Singer
Stefan H Singer

Reputation: 5504

Use the AlarmManager, you can set both recurring alarms and one-time alarms using that:

Upvotes: 2

Nikhil
Nikhil

Reputation: 16196

Hi Please look at link1 and link2 may be helpful to you.

Upvotes: 3

Related Questions