An open API service indexing awesome lists of open source software.

https://github.com/mubaraknative/alarmmanagerexample

Sample Alarm Application to demonstrate Alarm manager integration in android
https://github.com/mubaraknative/alarmmanagerexample

alarm-application alarmmanager android

Last synced: about 1 month ago
JSON representation

Sample Alarm Application to demonstrate Alarm manager integration in android

Awesome Lists containing this project

README

          

# AlarmManager Example

Sample alarm application, build to demonstrate [alarm manager api](https://developer.android.com/reference/android/app/AlarmManager) integration on android with room db.






## Features

- Implemented [Material Time picker](https://m3.material.io/components/time-pickers/overview) to set alarms at a specific time.

- Store and display scheduled alarms in a RecyclerView with Room Database for persistence.

- Able to add title and description of alarms.

- Trigger a notification when the current time matches a scheduled alarm.

- Enable users to cancel previously scheduled alarms.

- Allow users to delete an alarm by swiping left or right, which also cancels the alarm.