[android-beginners] Querying AlarmManager to determine if alarms are set

2009-10-08 Thread aefaradien
Hi there, does anyone know if its possible to query the AlarmManager to see if/what alarms are set? I can set an alarm using: AlarmManager am = (AlarmManager)getApplicationContext().getSystemService (Context.ALARM_SERVICE); Intent i = new Intent(getApplicationContext(),

[android-beginners] I can't make a scheduled task fire

2009-10-05 Thread aefaradien
Hi guys, I have spend over an hour trying to make this work now. I must be missing something obvious, but no amount of searching is working. I am trying to schedule a task to run every few minutes, and i am trying to do it using scheduleAtFixedRate(). I am testing this in a very basic hello

[android-beginners] Re: I can't make a scheduled task fire

2009-10-05 Thread aefaradien
the main thread processes messages and events (near instant if the main thread is not busy). On Oct 2, 10:46 pm, aefaradien h...@aefaradien.net wrote: Hi guys, I have spend over an hour trying to make this work now.  I must be missing something obvious, but no amount of searching is working. I am