I have a Webview inside my activity. I would like to cache the content
for one week (purely to reduce data usage to save user money).  After
one week, it is considered expired and so the webview should refresh
the content from network.  If cached content is less than one week
old, webview should not use network at all.

I know there is a WebSettings.setCacheMode method but can someone
please clarify on LOAD_NORMAL and LOAD_DEFAULT?  The documentation
doesn't say much about those 2 modes.

Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to