Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate SharedPreferences "Persistent" Storage to DataStore API #365

Open
epicstar opened this issue Apr 12, 2023 · 0 comments
Open

Migrate SharedPreferences "Persistent" Storage to DataStore API #365

epicstar opened this issue Apr 12, 2023 · 0 comments

Comments

@epicstar
Copy link
Member

SharedPreferences is deprecated. Let's instead use Jetpack's DataStore library, which replaces SharedPreferences.

To my knowledge, we only use SharedPreferences for store a user's most recent multi-selected routes to display.

We need to add a way to migrate from SharedPreferences to Datastore so that there is a seamless transition for the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant