如何将通过url加载的图像保存到sqlite数据库中具有二进制格式

时间:2010-08-06 11:23:55

标签: android

朋友的,    我需要知道如何通过url保存图像加载在sqlite database中有原始图像。我可以将图像URL转换为二进制格式并从数据库中检索原始图像。

提前致谢,

1 个答案:

答案 0 :(得分:0)

你应该可以使用

getContentResolver().openOutputStream()

有关更多信息,请查看: http://developer.android.com/guide/topics/providers/content-providers.html

以下示例:http://www.tutorialforandroid.com/2009/10/how-to-insert-image-data-to-sqlite.html