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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -