Android Jetpack: Room

Subscribers:
1,350,000
Published on ● Video Link: https://www.youtube.com/watch?v=SKWh4ckvFPM



Duration: 5:32
82,487 views
1,306


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







Tags:
android jetpack
introducing android jetpack
architecture components
Architecture Components Room
Android Room
jetpack
persistence
object-mapping
SQLite
SQL
android database
write less boilerplate
android updates
new in android
GDS: Yes;