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 repetiti
You will want to create a Handler. Here is a brief code example.