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.
我想将大块数据作为 JSON 存储在 assets 文件夹中,然后在启动/首次运行时将其导入数据库。
这是最佳做法吗?我还有什么方法可以做到这一点?你能分享一些关于Android数据库的文章吗
这是最佳做法吗?
您可能只是将数据库打包在资产中,并为自己节省进行导入的事务时间。请参阅SQLiteAssetHelper有关此内容的实现。
SQLiteAssetHelper