在Android的一个单一的应用程序的多个数据库

问题描述:

我工作的应用程序中,我想用两个SQLite数据库的单一的应用程序。这可能吗?任何帮助将AP preciated。

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.

有可能具有在一个单一的应用程序的多个数据库。如果你能不多个数据库做的,你可以只用多个表的单个数据库。您可以使用adb来查看数据库,对他们执行查询

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