Search code examples
androidalarmmanageralarmandroid-alarms

how to get alarm on specific time and date in android?


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


Solution

  • 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.