填充Sqlite数据库以便在应用程序中使用
我想创建一个类似测验的应用程序,我使用Sqlite数据库来存储问题。 然后,我必须预先填充数据库并考虑使用Sql Asset helper(https://github.com/jgilfelt/android-sqlite-asset-helper)将应用程序与数据库一起运输。
这是一个好的解决方案吗?
填充数据库最简单的方法是什么? (db-table中会有500多条记录)
检查这个https://gist.github.com/donaldlittlepie/1271795
将预填充的数据库复制到assets文件夹。
链接地址: http://www.djcxy.com/p/74579.html