tags:

views:

80

answers:

1

Hey guys,

I'm creating an Android app where in the user can set the daily reminder, and at the designated time, the phone's alarm goes off and an activity is launched.

App uses the latest version of the SDK and the emulator. How do I get started with this?

Thanks, Sri

+2  A: 

You're looking for AlarmManager.

rascalking
Cool, thanks! 2CHAR
Srirangan