Android的 - 从互联网上保存的图像内部/外部存储和web视图显示它互联、视图、图像、网上

2023-09-07 11:52:54 作者:海星

我需要从互联网上保存的图像内部/外部存储和本地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:

http://www.vogella.de/articles/AndroidFileSystem/article.html