Skip to content

sonusurender/AlarmManager_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Alarm (AlarmManager)

Explained how to implement Alarms. Alarms (based on the AlarmManager class) give you a way to perform time-based operations outside the lifetime of your application. For example, you could use an alarm to initiate a long-running operation, such as starting a service once a day to download a weather forecast. You can schedule your application to run at a specific time in the future. It works whether your phone is running or not.

Set Alarm Alarm Triggered Alarm Notification
Set Alarm Alarm Triggered Alarm Notification

For detailed explanation of code, visit here.

Video Demo

👉 Watch it here.

Watch demo

Connect with Us

Support

Reach out to me at [email protected].

Buy Me a Coffee

Donate for the free content.

Buy Me A Coffee

About

Implementation of Alarm (AlarmManager)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages