Автор: Mark L. Murphy
Издательство: CommonsWare
Год: 2021
Страниц: 225
Язык: английский
Формат: pdf (true), rtf, mobi, epub
Размер: 10.1 MB
Спасибо за ваш интерес к Android Room! Room - это решение компании Google для API доступа к базе данных высокого уровня, для локальных баз данных SQLite. Таким образом, Room получает много внимания и достаточно популярен. Спасибо также за более широкий интерес в развитии Android приложений! Android является наиболее широко используемой операционной системой на планете, так что мы должны быть в состоянии быстро разрабатывать высококачественные приложения для Андроида. Room может помочь с этим. Из книги вы можете узнать больше о том, как работать с Room, от основ до более сложных сценариев.
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
What’s New in Version 0.4?
This update adds three more chapters, covering:
- SQLite clients for inspecting your Room databases
- The basics of using SQLCipher for Android for encrypted Room databases
- Options for SQLCipher for Android passphrases
In addition:
- A bunch of dependencies were updated, notably Room itself
- Various bugs were fixed Warescription
Скачать Elements Of Android Room 0.4