Posts by vanda • 11 points
1 post
-
1
votes1
answer55
viewsQ: How to represent in the database (android sqlite), a class that extends another?
Hello, I’m working on android, I have a case where a table extends another. example: table Exercise -> String dataInicio, String description ...... etc table Football -> String timeInicio, Int…