Hello guys I want to push a local notification at ...
# android
a
Hello guys I want to push a local notification at a scheduled time eg: everyday at 09:00pm, defined by the user. Either with WorkManager or AlarmManager. Any advice ? Ps: I'm using jetpack compose.
😶 2
g
There are no differences Kotlin vs Java, and UI framework also not important. AlarmManager looks as correct solution for this task though
a
Thanks appreciate it.