Skip to content

Android and iOS library to manage alarms based on schedules, e.g., On between 9 AM an 5 PM daily. Everyday at 9 AM an "on" alarm will trigger, and at 5 PM an "off" alarm will trigger.

License

Notifications You must be signed in to change notification settings

Lcsmarcal/schedule-alarm-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScheduleAlarmManager

Android and iOS library to manage alarms based on schedules, e.g., On between 9 AM an 5 PM daily. Everyday at 9 AM an "on" alarm will trigger, and at 5 PM an "off" alarm will trigge

Design

The core algorithm in this libray will be shared between all platforms. The design documents are found in the directory docs/design/

Android

Work on this is in progress. All Android source code is located in the directory android/

iOS

Work on this has not yet started. All iOS source code will be located in the directory ios/

About

Android and iOS library to manage alarms based on schedules, e.g., On between 9 AM an 5 PM daily. Everyday at 9 AM an "on" alarm will trigger, and at 5 PM an "off" alarm will trigger.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 59.3%
  • Objective-C 40.7%