Android Repetitive Task

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-03-25T16:39:55Z Indexed on 2010/03/25 16:43 UTC
Read the original article Hit count: 222

Filed under:

In an Activity, I need to call a web service every 30 seconds or so, and use the data to update the UI.

Is there a recommended approach on how to schedule a repetitive task?

Thanks

© Stack Overflow or respective owner

Related posts about android