show alert at on a date given by user?

白昼怎懂夜的黑 提交于 2019-12-02 17:52:47

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/3360988/show-alert-at-on-a-date-given-by-user

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!