> > > There is one issue though. > > I don't want to display the web page and its images/stylesheets right > > away, so it is a waste of bandwidth when the stylesheets and images are > > downloaded. I am wondering how to tell WebView not to do that. >
> Try setCacheMode(WebSettings.LOAD_CACHE_ONLY) on the WebSettings object, > which you get from getSettings() on the WebView. Sounds good. I will try that. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

