I would like to know if it is possible to have multiple DbOpenHelper in the same Android application, but use them to write and read in the same database? because I'm trying to create tables from two different OpenHelper (with different names), and only the first is created. when I try to start the second, I get an error message ...
android sqlite
Sephy
source share