Elements of Android Room Elements of Android Room

Elements of Android Room

Publisher Description

Storing data locally is a key part of many Android apps. SQLite is built into Android, but the low-level API that the Android SDK provides is a bit clunky to use.

Google’s solution for that is Room, an object wrapper around that API. This gives us a cleaner, type-safe, reactive API for our database operations. Room is part of the Android Jetpack, and so it is a key element of Google’s recommended “stack” of technologies for building Android apps.

This book explores Room, starting with basic stuff like:

- Adding Room to your app
- Defining your entities and data access operation (DAO) APIs
- Testing your database I/O
- Using Room with Kotlin coroutines, LiveData, and RxJava
- Migrating your database schema as your app evolves

It also gets into more elaborate scenarios, such as using SQLCipher for Android for encrypting your Room database.

GENRE
Computing & Internet
RELEASED
2022
29 January
LANGUAGE
EN
English
LENGTH
190
Pages
PUBLISHER
Mark Murphy
PROVIDER INFO
Draft2Digital, LLC
SIZE
822.6
KB
SQLite: Questions and Answers SQLite: Questions and Answers
2018
SQLite: Questions and Answers (2020 Edition) SQLite: Questions and Answers (2020 Edition)
2019
Beginning Spring Data Beginning Spring Data
2022
Java Database Best Practices Java Database Best Practices
2003
Entity Framework: Questions and Answers Entity Framework: Questions and Answers
2018
Entity Framework Core in Action, Second Edition Entity Framework Core in Action, Second Edition
2021
Elements of Android Jetpack Elements of Android Jetpack
2022
Rose Dhu Rose Dhu
2026
Research and Education Research and Education
2024
Social Theory and Education Research Social Theory and Education Research
2022
Exploring Android Exploring Android
2022
Elements of Android R Elements of Android R
2022