I’m making an app which is some what like a to-do list. Now, I want my app to show a notification when a certain set ‘to-do’ event is one day away. I want the notification to pop up even if app is not running. How can I achieve this?
Reading the official developer document about notification does not really clear it up for me.
I’m making an app which is some what like a to-do list. Now, I
Share
Maybe this can clear it up a bit: http://blog.blundell-apps.com/notification-for-a-user-chosen-time/
If you want the notification the day before the todo data, you’ll just minus 1 day from the date.
1) Set an Alarm
2) Catch Alarm
3) Show notification
Full Source Code