Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 575 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 575 Bytes

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/