Android Jetpack: Room
Florina Muntenescu introduces Room, the database persistence library for Jetpack. Room allows you to:
* write less boilerplate code
* map query results to objects automatically
* provide compile-time checked queries
* test database operations, including migrations, more easily
* avoid performing any database operations on the main thread
Take a look at the resources below for more information!
Google I/O Room Talk → https://goo.gl/Zumb6a
Room persistence library guide → https://goo.gl/s23p8y
Architecture Components code samples → https://goo.gl/xuAQQi
Persistence Codelabs → https://goo.gl/AMwWvx
Incrementally migrate from SQLite to Room → https://goo.gl/cDCFyN
7 Pro-tips for Room → https://goo.gl/Kfkzvw
Room with a View codelab → https://goo.gl/b8KjA2
Watch more Android Jetpack videos here → https://goo.gl/kw8LPv
Subscribe to the Android Developers channel here → https://goo.gl/vLYDU
#jetpack #featured