I'm looking for a way to cache my html, css and images on Android when only on wifi. If not on wifi the application is to read from the cache. I know a way this can be solved on iPhone ASIHTTPRequest, using Base64 encoding.
So, how to receive a complete html, with images and css files as string, so that I can store it on the phone and display it in offline mode?
EDIT - RESOLVED
HttpClient
(src|href)s*=s*\"([^\"]+)\"
Base64
you can use HttpClient class to download html file and other related file and store it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With