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 应用程序,并且它还为我使用Realm Database的离线存储工作离线模式。
我想做的事
首先我想在插入任何数据之前检查数据库大小是领域提供检查数据库大小/限制的设施/代码吗?
存储数据没有限制,但由于移动设备对内存敏感,所以我们不应该保存太多数据。
虽然按领域存储数据没有限制,但保存单个 String 或 max 16MB(AFIK) 的字节 [] 是有限制的。
16MB
如果你想检查,你只需要检查设备内存。