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.
为 Blackberry 应用程序保存数据的最佳解决方案是什么?
如果您使用 RMS API,则单个 RecordStore 的大小限制为 4.5 及之前的 64Kb 和 4.6 及更高版本的 512kb。如果您使用 Persistent API,则存储大小仅受设备容量的限制 - 正如您所描述的那样。
持久 API 更强大,但需要代码签名。MIDP 不需要。
有关更多信息,请查看以下链接。,
持久数据存储
黑莓数据存储
持久存储性能
PersistentStore在设备上存储数据时更推荐使用。检查RuntimeStore也很好用。
PersistentStore
RuntimeStore