Search code examples
androidandroid-webviewandroid-websettings

How to save the webpage as cache in custom WebView


I want to save the webpages in sdcard when it loading in custom WebView and next time loading the same url I want to load it from cache and updates in the webpage should save in the cache.


Solution

  • Please try to use Asynchtask and download html file ,code right into doBackground method and set html in onPostExicute method.