Multiple databases in a single app in Android

后端 未结 1 1447
面向向阳花
面向向阳花 2020-12-10 01:59

I am working on app in which I would like to use two sqlite database in single app. Is this possible? Any help will be appreciated.

相关标签:
1条回答
  • 2020-12-10 02:24

    It is possible to have multiple databases in a single app. If you can do without multiple databases, you can have just a single database with multiple tables. You can use adb to view the databases and execute queries against them

    0 讨论(0)
提交回复
热议问题