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.
Please try to use Asynchtask and download html file ,code right into doBackground method and set html in onPostExicute method.