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

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

Delphi interface implements -

Php - Delimiter must not be alphanumeric or backslash -