How can I open a SQLite database in android?

こ雲淡風輕ζ 提交于 2019-12-02 01:44:17

问题


If I created a database using another application not through android runtime, let's say using 'SQLite Manager'(firefox extention), how can I then use that database (the .Sqlite file that is generated) in my android application?

Since the SQLite is native in the android not an outsider database.


回答1:


you can do it by preparing database file(.sqlite) from Sqlite Manager(firefox extention) and then use it in android see example



来源:https://stackoverflow.com/questions/7453153/how-can-i-open-a-sqlite-database-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!