I have been trying to create a To-Do List application in Android. In this application the user should be able to create a task and set an alarm for the task
.
When the time of the created task occurs i would like a notification message to show giving (task name and deadline of task)
What is the best way to go about this?