Android’s Room definitely much easier than vanilla SQLite, LoaderManager, and Cursor — I came to the game late. Very late. Room database has been introduced to Android in 2017, more than 5 years ago!! Nonetheless, not a bad thing to skip it, as it does undergo some changes, needed over the years, e.g. incorporating Coroutin Flow, instead of LiveData. (That was in…