CardCombatDatabase |
The CardCombat Database provides abstract methods that return the DAOs for each entity.
|
CardCombatDatabase.Converters |
Provides type converters to translate Java objects into data that can be stored in the SQLite
database.
|
DeckRepository |
DeckRepository contains methods that provide a layer of abstraction above the DeckDao , and allows for creation, reading, updating, and deleting of decks.
|
GameRepository |
GameRepository contains methods that provide a layer of abstraction above the GameDao , and allows for creation, reading, updating, and deleting of attempts.
|
GoogleSignInService |
The GoogleSignInService class provides methods that allow the app to use Google Sign In to get
user information and to associate users with players in the database.
|
UserRepository |
UserRepository contains methods that provide a layer of abstraction above the UserDao , and allows for creation, reading, updating, and deleting of attempts.
|