In this codelab you will learn about common persistence we used in our projects

SharedPreferences

EncryptedSharedPreferences

DataStore

DataStore

Room

save data in sqlite data base

Example of using:
get data from server and save it to the room data base
read from the room database and show the data to the user

when the user is offline, we can see the data

return to main