I have a WebView in which I can access to web pages. Is it possible, when I am offline to have access for example to the images that have been previously downloaded? And if it is possible how can I do this?
Thanks in advance.
I have a WebView in which I can access to web pages. Is it possible, when I am offline to have access for example to the images that have been previously downloaded? And if it is possible how can I do this?
Thanks in advance.
CacheManager
: http://developer.android.com/reference/android/webkit/CacheManager.htmlIf someone else faces this problem, I had a similar issue and I solve it managing(saving and retrieving) my app cache manually. Here it is my related post.
Yes, you can, at least for Android 2.3 and lower.
If you want to see the entire cache folder, it is situated here:
If you already know the URL of the cached image, you can get the actual file so: