开发者

How can I open a SQLite database in android?

开发者 https://www.devze.com 2023-04-06 00:53 出处:网络
If I created a database using another application not through android runtime, let\'s say using \'SQLite Manager\'开发者_JAVA百科(firefox extention), how can I then use that database (the .Sqlite file

If I created a database using another application not through android runtime, let's say using 'SQLite Manager'开发者_JAVA百科(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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消