0

I have been given the task of writing an app that displays information stored within an SQL-Lite database file (which I've been given) - but I'm wondering how I arrange that this database file ends up in the right location on the users device. Do I somehow compile it in to the apk?

4

2 回答 2

2

恕我直言,最好的解决方案是使用SQLiteAssetHelper,它提供了此场景所需的所有支持。

于 2013-05-02T14:56:46.403 回答
0

我不确定您是否可以使用 apk 编译数据库,但您可以将数据库存储在 Web 服务器中,从应用程序中下载文件,然后读取数据库记录。

希望能帮助到你。

于 2013-05-02T14:54:17.633 回答