Skip to content

Implement AlarmManager Background Scheduling #13

Description

@RBroDev

Develop the background scheduling system to handle automated day-of milestone notifications independently of the active UI.

Acceptance Criteria:

  • Invoke Android's alarm manager system service when an event is saved, passing a pending intent configured with the specific event date and time.
  • Create a broadcast receiver that fires at the designated timestamp to run a background intent service.
  • Query the SQLite event details table within the service to pull milestone details and send the alert via the system notification manager.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Backend LogicFor Java logic, adapters, AlarmManager, and system permissions.

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions