Sri
Sri

Reputation: 5845

Android: Daily Reminder

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

Upvotes: 0

Views: 1350

Answers (1)

rascalking
rascalking

Reputation: 3460

You're looking for AlarmManager.

Upvotes: 2

Related Questions