Coroutines With Room Persistence Library | raywenderlich.com

In this tutorial, you’ll learn how to use coroutines with the Room persistence library to allow for asynchronous database operations.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/7414647-coroutines-with-room-persistence-library

Is there a way to adapt this app to prepopulate with a database file, rather than reading a json file?

Something like this → .createFromAsset(“database/Players.db”)

Totally! Check here: Prepopulate your Room database  |  Android Developers