0

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?

bragboy
  • 34,892
  • 30
  • 114
  • 171
hahv
  • 582
  • 1
  • 4
  • 16
  • 1
    http://stackoverflow.com/questions/2161750/android-controlling-a-task-with-timer-and-timertask the rest is just a matter of setting the time. Also don't forget to cancel the timer after the task has run – androidu Dec 11 '11 at 09:50
  • 1
    Is your problem create notification or timer task? – Omid Nazifi Dec 11 '11 at 09:58

0 Answers0