• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Generate notifications on a given time

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.
 
Back
Top Bottom