문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top