android - How to save HTML page using webView.saveWebArchive() below API level 11? -


i want save html page locally on sd card , reuse later.

i able same using

webview.savewebarchive(filename); 

but method not present below api level 11. how can perform same function api level below 11?


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -