[android-developers] Re: Does Android cache http-requested data?

2012-10-16 Thread Thanh Tung Nguyen
thanks a lot Vào 14:58:55 UTC+7 Chủ nhật, ngày 14 tháng mười năm 2012, Keith Wiley đã viết: Does Android cache http-requested data? I keep a small text file with various app-settings on my webserver. When my app launches, it sends an http request to my webserver to grab the text file

[android-developers] Re: Does Android cache http-requested data?

2012-10-15 Thread lbendlin
To fight the caching, add a random parameter to your URL request. http://blabla.com/page.htm?r=0.251333 etc On Sunday, October 14, 2012 11:30:11 AM UTC-4, Keith Wiley wrote: Thanks for the great feedback on this everyone! -- You received this message because you are subscribed to the

[android-developers] Re: Does Android cache http-requested data?

2012-10-15 Thread bob
If you really need to avoid caching, there is always java.net.Socket. On Sunday, October 14, 2012 2:58:55 AM UTC-5, Keith Wiley wrote: Does Android cache http-requested data? I keep a small text file with various app-settings on my webserver. When my app launches, it sends an http request

[android-developers] Re: Does Android cache http-requested data?

2012-10-14 Thread Jan Burse
Keith Wiley schrieb: I am quite flummoxed. I am aware that Android is requesting and receiving a GZipInputStream, and I can see the input stream's type in the debugger, but that seems irrelevant to my issue. Caching of web server chains can be very elaborate. See for example here:

[android-developers] Re: Does Android cache http-requested data?

2012-10-14 Thread Keith Wiley
Thanks for the great feedback on this everyone! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to