Simple project to demonstrate the Jetpack DataStore Preferences library.
At master branch, the code is implemented using SharedPreferences.
At preference_data_store branch, the code is implemented using Preference DataStore Key/Value pair.
At proto_data_store branch, the code is implemented using Proto DataStore type safety.
Learn more about the JetPack DataStore Preferences here: https://developer.android.com/topic/libraries/architecture/datastore
Happy Learning!