Multi-table database SQLite android
问题 I'm new with database (SQLite) and I'm trying to do a multi-table database in android. Each table has the same rows (id, name , ph_number). Every tables store a "contact" object. When I want to store a contact in one table with the method addContactDatos(Contact contact, int partido), it's stored in every tables not just in the one I want. How can I solve it? This is the Handler: public class DatabaseHandler extends SQLiteOpenHelper { // Database Version private static final int DATABASE