android - How to save the webpage as cache in custom WebView -


i want save webpages in sdcard when loading in custom webview , next time loading same url want load cache , updates in webpage should save in cache.

please try use asynchtask , download html file ,code right dobackground method , set html in onpostexicute method.


Comments