Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top