朋友的, 我需要知道如何通过url保存图像加载在sqlite database中有原始图像。我可以将图像URL转换为二进制格式并从数据库中检索原始图像。
提前致谢,
答案 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