Data persistence is a crucial aspect of Modern Android Development that ensures relevant user data is preserved providing a seamless user experience across sessions. This session slides, explore a Jetpack data persistence library: Room, for persisting data locally for offline access. We will cover how to set up and work with Room by defining its components, performing operations like insertion, updating and deleting data, migrations and inspecting your database.