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.
我将图片保存在 res 文件夹中的一个包中。我想将这些图片链接到我的 sqlLite 数据库中的条目。
做这个的最好方式是什么?我应该在数据库中保存什么来获取这张图片以及如何访问它?
只需使用您在数据库中用于行的增量 ID 作为图像的名称,您可以跟踪数据库中的原始文件名以供进一步使用,例如用户下载等。
使用这种技术,您肯定不会有同名的文件。如果需要,您可以存储没有文件扩展名的图像。