1

I want that app user receive notifications for example Monday, Tuesday, Wednesday, Thursday and Friday at 10:45. How can I do that?

iBoucher
  • 27
  • 4

1 Answers1

0

You should use AlarmManager. Initialize it in your start activity. Create BroadcastReciever to handle notifications. Change your Manifest file.

Here is example

Community
  • 1
  • 1
Anton Kazakov
  • 2,740
  • 3
  • 23
  • 34