Discussion:
Save webview content for offline browsing
Edwin
2010-11-08 17:25:02 UTC
Permalink
Hello, I would like to implement an apps that allow users save the
webpage including images. Then the users can view the web page again
even there is no network access. However, I found that there is no
such related API to do so. Does anyone have idea or experience?

Thanks
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-***@googlegroups.com
To unsubscribe from this group, send email to
android-developers+***@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
Kumar Bibek
2010-11-08 17:28:08 UTC
Permalink
Save the HTML content somewhere once it is downloaded along with all other
files and then change the locations of all these files in the original HTML
to point to your local resources.

BTW, Whenever you use a web view, it caches some information like images.
But this is not full proof though.
Post by Edwin
Hello, I would like to implement an apps that allow users save the
webpage including images. Then the users can view the web page again
even there is no network access. However, I found that there is no
such related API to do so. Does anyone have idea or experience?
Thanks
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--
Kumar Bibek
http://techdroid.kbeanie.com
http://www.kbeanie.com
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-***@googlegroups.com
To unsubscribe from this group, send email to
android-developers+***@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
Kwok Chun Wing, Edwin
2010-11-09 02:41:49 UTC
Permalink
Do you mean I need to download all images in the html and store them in
the sdcard?
Post by Kumar Bibek
Save the HTML content somewhere once it is downloaded along with all
other files and then change the locations of all these files in the
original HTML to point to your local resources.
BTW, Whenever you use a web view, it caches some information like
images. But this is not full proof though.
Hello, I would like to implement an apps that allow users save the
webpage including images. Then the users can view the web page again
even there is no network access. However, I found that there is no
such related API to do so. Does anyone have idea or experience?
Thanks
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--
Kumar Bibek
http://techdroid.kbeanie.com
http://www.kbeanie.com
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-***@googlegroups.com
To unsubscribe from this group, send email to
android-developers+***@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
Loading...