Belgi
Belgi

Reputation: 15052

scheduling a task in Android

I'm trying to develop an app for Android and I want my app to receive as input the time (year, month, 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 ?

Upvotes: 1

Views: 280

Answers (1)

Chris
Chris

Reputation: 8034

You can use the AlarmManager

Upvotes: 3

Related Questions