Saving Simple Data in Android - SharedPreferences and DataStore APIs
When it comes to data persistence and storing structured data on an Android device, the first solution that comes to mind might involve using a database, like SQLite, paired with an ORM like Room. However, if the goal is to store some configuration f...
blog.nicholasfragiskatos.dev11 min read