hold17 / cphindustries

App for CPH Industries to manage weapons made for movies.
MIT License
0 stars 1 forks source link

Implement local database Room (SQlite). #78

Open Okjonas opened 6 years ago

Okjonas commented 6 years ago

The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.

https://developer.android.com/training/data-storage/room/index.html

Github with Room implemtation. https://github.com/ajaysaini-sgvu/room-persistence-sample

His tutorial: https://medium.com/@ajaysaini.official/building-database-with-room-persistence-library-ecf7d0b8f3e9