How can I insert data into a table automatically based on the option checked in a radiogroup? - Android Studio
I'm doing a project in Android Studio and I'm having trouble inserting records into two of the tables. The idea is to first insert data in one of the tables (LibrosTotales) and according to the option chosen in a RadioGroup,is inserted into one table or another (LibrosLeídos and LibrosPendientes). Although the registration in the main table is successful but in the other two it does not occur. I've checked it through some rawQuery to see if there are any logs. Don't know if the problem is in...