android - Application with scheduled notifications -
i want create android application sends notifications time time, (eg every 6 hours), , user can interact notification snooze 5 minutes or reschedule following.
concretely want know kind of libraries or tools i'll need use, start searching information , learning it.
alarmmanager best suited activating notification in timed interval solution , afraid solution
developer.android.com/reference/android/app/alarmmanager.html
and notification
developer.android.com/guide/topics/ui/notifiers/notifications.html
how build notification
developer.android.com/training/notify-user/build-notification.html
you can reschedule the same alarm set on accordance user interaction
Comments
Post a Comment