2

i want to set alarm on specific time and specific Date and get Alart on that time. for example :=

alarm set on 5:30 pm and 26/09/2012

so how to set programically alarm In android

ckpatel
  • 1,926
  • 4
  • 18
  • 34
  • are you talking about the alarmmanager to start an Intent or do you want to register an Alarm in the Android Device AlarmClock Application? – Yalla T. Sep 26 '12 at 11:56

1 Answers1

3

You will be needing a receiver to do that. Entire process can be explained in this thread

Also you can see Here and Here

Hope it is all that you want.

Community
  • 1
  • 1
Name is Nilay
  • 2,743
  • 4
  • 35
  • 77