Android project used as introduction to database-based data persistence in Android with the Room library, as part of the elective course "CPSC-3367 Mobile Apps Development" from UA Little Rock.
-
01-room-db-starter. It provides a start point just for learning purposes. It includes several TODO comments to guide the development of the changes required to create the code in branch 02-room-db.
-
02-room-db. It provides the code created to showcase how to use the Room library to define the schema of a database and apply CRUD operations on it.