Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
Elements of Android Room
Top Free Web Programming Books 🌠 - 100% Free or Open Source!
  • Title: Elements of Android Room
  • Author(s) Mark L. Murphy
  • Publisher: CommonsWare, LLC.
  • License(s): Creative Commons BY-NC-SA 4.0
  • Paperback: N/A
  • eBook: HTML, PDF (266 pages), ePub, Kindle
  • Language: English
  • ISBN-10: N/A
  • ISBN-13: N/A
  • Share This:  

Book 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.

About the Authors
  • Mark Murphy is the founder of CommonsWare and the author of the Busy Coder's Guide to Android Development and other books on Android application development. He is active in supporting the Android developer community, from answering questions on StackOverflow to publishing sample code and reusable components as open source. A polished speaker, Mr. Murphy has delivered conference presentations and training sessions on a wide array of topics internationally.
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
  • Jetpack Compose Essentials (Neil Smyth)

    The goal of this book is to teach you the skills necessary to build Android applications using Jetpack Compose, Android Studio, and the Kotlin programming language. Along the way, the topics covered in the book are put into practice through detailed tutorials

  • Exploring Android (Mark L. Murphy)

    This book has you build an app from the beginning. Whereas traditional programming guides are focused on breadth and depth, this book is focused on "hands-on" - provides step-by-step instructions for building the app.

  • Firebase Essentials - Android Edition (Neil Smyth)

    This book provides everything you need to successfully integrate Firebase cloud features into your Android apps. The book is organized into chapter groups that focus on specific Firebase features, with each topic area consisting of a detailed overview followed by tutorial style examples that put theory into practice.

  • GUI Design for Android Apps (Ryan Cohen, et al)

    This book is the perfect - and concise - introduction for mobile app developers and designers. Through easy-to-follow tutorials, code samples, and case studies, the book shows the must-know principles for user-interface design for Android apps.

Book Categories
:
Other Categories
Resources and Links