Android SQLite数据库

Android SQLite数据库

问题描述:

我正在使用Android SQLiteDatabases第一次,我在Android应用程序中有两种不同的形式,我必须创建两个不同的表,所以只想知道我是否必须为此创建两个不同的数据库,或者我可以创建同一张桌子上的两张桌子?



任何帮助或链接都会受到赞赏。

在此先感谢...!

I Am Working On Android SQLiteDatabases First Time , I Have Two Different forms in android application for which i have to create two different Tables, So Just Want to know whether i have to create two different databases for that or i can create the two tables in the same table?

Any Help Or Links Will Be Appreciated.
Thanks In Advance...!

您通常可以使用一个数据库处理一个(或多个)应用程序所需的所有数据(这非常有意义)。但是没有人阻止你创建两个数据库。
You usually can handle all the data needed by one (or more) application using one database (and it makes perfect sense). However no one prevents you creating two databases.