Posts by Sousa • 11 points
1 post
-
1
votes0
answers55
viewsQ: Creation of tables Sqlite(Room) on Android with the standard Repository (very simple question.. but I need a clarification)
Guys I have a question in the creation of tables and another in the issue of Repository, so come on. EX: data class Carro( val marca: Marca, val motor: Motor ) data class Marca( val nome: String )…