Slide 2
Slide 2 text
Room?
- Android Architecture Component - Google IO, 2017
- Is an (another) ORM solution for the Android developers.
- Library provides an abstraction layer over SQLite, robust,
full power of SQLite.
- Quickly create sqlite databases and perform CRUD
operations
Others most popular ones are probably ORMLite, GreenDAO
and DbFlow.