Posts by Thiago Côrtes • 11 points
1 post
- 
		1 votes1 answer1387 viewsQ: Insert into two tables in Android SqliteHow do I add data to two tables on Android in a single transaction? I have two tables Client and Address, is last with a foreign key referencing the client table, and must be registered in a single…