Chapter 22 - Updating the ArtViewModel for the Insert and Delete Use cases
The Insert and Delete Use Cases delegates the Room DB updates for insertion and deletion to the Repository. The ArtViewModel will implement the insert and delete cases.
/**
* Inserts a new artwork into the local database.
*
* @par...
androidavatar.hashnode.dev2 min read