mayooran99
Lurker
I have created a small To Do List app. Now it has to notify the user when a task assigned is due on the current date. That is it has to generate a notification every day at 12 night. I have no idea how to implement this when even my app is not running. I tried an Async class in the onCreate method. But that only works when the app is running. Please help.