Migrate to Preferences DataStore | raywenderlich.com

In the previous episode we stored our theme’s information in SharedPreferences. While this is fine in most cases it is not using DataStore and our course is all about DataStore, right? In this episode start migrating our information to Jetpack DataStore.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/20555043-android-datastore/lessons/3
1 Like

Why not create the prefsstore package inside the data package where it should be?