Updating weather info, should I use alarm and/or a service?

Posted by Pentium10 on Stack Overflow See other posts from Stack Overflow or by Pentium10
Published on 2010-06-06T14:04:11Z Indexed on 2010/06/06 14:12 UTC
Read the original article Hit count: 213

Filed under:
|

I am having some design techniques about How shall I schedule a code to retrieve the weather info?
Should I use alarms to retrieve the weather each 10 minutes?
And do I need to run a service for this? Or just put the code in the Broadcastreceiver and start when the alarm fired?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk