I'm trying to develop an app for Android and I want my app to receive as input the time (year, mon开发者_如何学编程th, day, hour, minute) and the app should put a message on the screen at that time. Any ideas on how can I schedule a task ?
You can use the AlarmManager
精彩评论