Programming Tips - Android: What's the modern way to do persistence?

Date: 2018oct6 OS: Android Q. Android: What's the modern way to do persistence? A. Use the Room library https://developer.android.com/topic/libraries/architecture/room Its a layer on SQLite.