I\'m writing a client that is making repeated http requests for xml data that is changing over time. It looks like the Android stack is caching my page requests and returni
add a HTTP header:
Cache-Control: no-cache
and see if that works.