Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 android 应用程序中使用 sqlite 创建了一个数据库,它包含三个表,我只想知道如何将图像添加到我的表中
如果图片数量多,则将图像存储在SD卡上,并将其路径和文件名存储在sqlite中。这是处理数据库中图像的最佳方式。
sql lite 不支持存储图像。但是,您可以存储图像位置的路径或图像名称。在这两种情况下,您都可以从 res 文件夹进行本地调用以选择图像或进行网络调用以获取来自网络服务器的图像文件。