Skip to content

khaouitiabdelhakim/notify_me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notify_me

Android offers several options for scheduling tasks to run at specific times, such as WorkManager, JobScheduler, and AlarmManager + BroadcastReceivers. However, due to the complexities involved, it can be challenging to choose the best method, especially with the added complication of doze mode.

In this app, I will demonstrate the approach I used in my app Notify Me, which utilizes AlarmManager + BroadcastReceivers to send daily reminder-notifications at a specific time.

Notify Me Android App

I'm using view binding feature, so do not forget to add it to the gradle app

buildFeatures {
        viewBinding true
    }

About

this an app that can notify you for tasks you want to be notified about

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages