Not sure that this is really an Android question, but...

My app needs to update displayed text by getting and parsing XML from
a server.

Ideally the values would be updated every half second or less.

What's the best way to do this?

Obviously, I can repeatedly get the data via HTTP and parse it with
SAX (or whatever).

Any other suggestions? I'm wondering whether or not to use threads,
the most efficient way to poll for data, and better alternatives to
polling.
-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to