Elements of Android Room

Elements of Android Room

by Mark Murphy
Publication Date: 04/02/2022

Share This eBook:

  $0.00

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.

ISBN:
9781005564100
9781005564100
Category:
Internet: general works
Publication Date:
04-02-2022
Language:
English
Publisher:
Mark Murphy
Mark Murphy

Mark Murphy is a FranklinCovey Senior Consultant who has facilitated content successfully to clients worldwide for the last twenty-nine years.

During that time, he also spent eleven years as a founding partner of a small boutique firm specializing in project management consulting. Mark grew up in Colorado and lives in Dallas, Texas.

This item is delivered digitally

Reviews

Be the first to review Elements of Android Room.