[android-developers] Re: Change active AlarmManager event

2009-01-04 Thread moazzamk
I wrote an article on how to unschedule alarms here : http://moazzam-khan.com/blog/ Hope it helps. - Moazzam http://moazzam-khan.com/ On Jan 3, 4:27 am, Dianne Hackborn hack...@android.com wrote: ApiDemos shows how to schedule and unschedule alarms.  You can do it anywhere. On Sat, Jan

[android-developers] Re: Change active AlarmManager event

2009-01-03 Thread ena
if anyone has the solution then please let me know.. On Nov 6 2008, 2:51 pm, hve.dk henrik.v.eriks...@gmail.com wrote: Can you provide me with a small code sample on how to unschedule the old alarm and schedule a new one inside the onReceive event? - TIA. On 6 Nov., 08:52, hackbod

[android-developers] Re: Change active AlarmManager event

2009-01-03 Thread Dianne Hackborn
ApiDemos shows how to schedule and unschedule alarms. You can do it anywhere. On Sat, Jan 3, 2009 at 12:48 AM, ena enu1...@gmail.com wrote: if anyone has the solution then please let me know.. On Nov 6 2008, 2:51 pm, hve.dk henrik.v.eriks...@gmail.com wrote: Can you provide me with a

[android-developers] Re: Change active AlarmManager event

2008-11-06 Thread hve.dk
Can you provide me with a small code sample on how to unschedule the old alarm and schedule a new one inside the onReceive event? - TIA. On 6 Nov., 08:52, hackbod [EMAIL PROTECTED] wrote: Well you can unschedule the old alarm and schedule a new one. On Nov 5, 6:46 pm, hve.dk [EMAIL PROTECTED]

[android-developers] Re: Change active AlarmManager event

2008-11-05 Thread hackbod
Well you can unschedule the old alarm and schedule a new one. On Nov 5, 6:46 pm, hve.dk [EMAIL PROTECTED] wrote: Is it possible to change a repeating AlarmManager event - after the Activity, that scheduled the intent has finished. I like to change both the time for next event and the