[android-developers] Re: Do Alarms Trigger Upon Creation

2011-02-25 Thread Matt Quigley
The AlarmManager setRepeating() methods include parameters for 1. when
it starts, and 2. how often it repeats.

http://developer.android.com/reference/android/app/AlarmManager.html

On Feb 25, 11:37 am, Jake Colman col...@ppllc.com wrote:
 If I create an alarm on a repeat interval of, say, 60 minutes, will it
 trigger upon creation and then every 60 minutes thereafter or only
 trigger when the interval has elapsed?

 --
 Jake Colman -- Android Tinkerer

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Do Alarms Trigger Upon Creation

2011-02-25 Thread Jake Colman

I'm an idiot.  Thanks.  :-)

 MQ == Matt Quigley matthew.quig...@gmail.com writes:

   MQ The AlarmManager setRepeating() methods include parameters for
   MQ 1. when it starts, and 2. how often it repeats.

   MQ http://developer.android.com/reference/android/app/AlarmManager.html

   MQ On Feb 25, 11:37 am, Jake Colman col...@ppllc.com wrote:
If I create an alarm on a repeat interval of, say, 60 minutes, will it
trigger upon creation and then every 60 minutes thereafter or only
trigger when the interval has elapsed?

--
Jake Colman -- Android Tinkerer

   MQ -- 
   MQ You received this message because you are subscribed to the Google
   MQ Groups Android Developers group.
   MQ To post to this group, send email to android-developers@googlegroups.com
   MQ To unsubscribe from this group, send email to
   MQ android-developers+unsubscr...@googlegroups.com
   MQ For more options, visit this group at
   MQ http://groups.google.com/group/android-developers?hl=en

-- 
Jake Colman -- Android Tinkerer

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en