pancodemakes
pancodemakes

Reputation: 574

Calling notification on set time

I have a notification in my code, but I want it to be activated when the device reaches a certain time. For example: 5:00pm > Notification is called Any idea how this can be done? Any help is appreciated :)

Upvotes: 1

Views: 159

Answers (2)

aB9
aB9

Reputation: 592

Check this Question Show Notification at particular time with AlarmManager

P.S.: Sry cannot add this as a comment because of the lack of reputation points.

Upvotes: 1

Tinashe
Tinashe

Reputation: 3215

You can use this sample.

On Github

Upvotes: 1

Related Questions