6

I want to start a service in background everyday at a particular time. I am on android 2.2. please suggest me a sample code.

thanks

sankara rao bhatta
  • 649
  • 5
  • 9
  • 13

1 Answers1

20

You want the Android Alarm Manager:

This class provides access to the system alarm services. These allow you to schedule your application to be run at some point in the future.

And here is a tutorial for your viewing pleasure.

Robert Massaioli
  • 13,379
  • 7
  • 57
  • 73