Database Module
Database module for dependency injection. Provides instances of AppDatabase and DAOs.
Functions
Link copied to clipboard
Provide an instance of AppDatabase. This method is annotated with @Provides to indicate that it should be used to create instances of AppDatabase.
Link copied to clipboard
Provide an instance of ModelDAO.
Link copied to clipboard
Provide an instance of OffloadingServiceDAO.