python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Flutter android_alarm_manager_plus does not work reliably
I want to schedule daily notifications at a specific daytime with the android_alarm_manager_plus and the local_notifications plugins.
However, the notifications come in very irregulary. The delay of t...
Tim
Votes: 0
Answers: 0
Android app run notification if user has not opened app
Im trying to run a notification if a user has not opened an app in say 24 hours to encourage them to open it (Similar to duolingo style). Im using Java and I can set a periodic notification using work...
Joel
Votes: 0
Answers: 1
Can we startForegroundServie from an exact alarm's receiver in the background?
In one of the exemptions of the "cannot start foreground service from background" restriction, the doc mentions:
Your app invokes an exact alarm to complete an action that the user
requests...
thankyoussd
Votes: 0
Answers: 1
Flutter background service not working using android_alarm_manager_plus or flutter_background_fetch
I'm working on a Flutter app only for Android, and I want to register a background service.
I've tried exactly how it's being mentioned on the plugin page, but unfortunately, I cannot make it run prop...
Philipos D.
Votes: 0
Answers: 0