0

i am making a application in which user enter a date when he want to see an alert, i have taken the date and stores in database,and sorted date,what is the best way how we schedule them and how? please send me Code as well I am knew in Blackberry Thanks a lot

amit
  • 169
  • 1
  • 11

1 Answers1

0

Look to class java.util.Timer
method schedule(TimerTask task, Date time)

oxigen
  • 6,263
  • 3
  • 28
  • 37