Scheduling Tasks with AlarmManager. Read more here ->
Kotlin
AlarmManager on Android (basic sample)
Scheduling Tasks with AlarmManager
This repository contains a sample code about AlarmManager. The app only have an button on screen, when clicked, will schedule an alarm 5 seconds since it was pressed, and show a notification.