本文介绍了Android的 - 从互联网上保存的图像内部/外部存储和web视图显示它的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要从互联网上保存的图像内部/外部存储和本地web视图显示它。我做了从互联网上检索图像。我需要帮助将其保存在内部或外部存储并在web视图来显示它的路径。
I need to save image from internet to internal / external storage and display it in webview locally. I have done retrieve image from internet. I need help to save it in internal or external storage and the path to display it in webview.
推荐答案
有关内部存储可以使用的SQLite
或共享preference
和外部存储检查本教程:
for internal storage you can use SQlite
or sharedpreference
and for external storage check this tutorial:
这篇关于Android的 - 从互联网上保存的图像内部/外部存储和web视图显示它的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!