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

feat: Migrate SharedPreferences to DataStore #1177

Open
Rohit-2602 opened this issue Nov 19, 2021 · 2 comments · May be fixed by #1178
Open

feat: Migrate SharedPreferences to DataStore #1177

Rohit-2602 opened this issue Nov 19, 2021 · 2 comments · May be fixed by #1178
Assignees
Labels
Category: Coding Changes to code base or refactored code that doesn't fix a bug. Type: Enhancement New feature or request.

Comments

@Rohit-2602
Copy link

Is your feature request related to a problem? Please describe.

Currently, we are using SharedPreference which work on the UI thread

Describe the solution you'd like

Use DataStore, which is suggested by official Documentation as well.

Describe alternatives you've considered

Nothing...

Additional context

https://developer.android.com/topic/libraries/architecture/datastore

@epicadk epicadk added Status: Available Issue was approved and available to claim or abandoned for over 3 days. Category: Coding Changes to code base or refactored code that doesn't fix a bug. Type: Enhancement New feature or request. labels Nov 19, 2021
@vj-codes
Copy link
Member

@Rohit-2602 would you like to work on this?

@Rohit-2602
Copy link
Author

@vj-codes yes

@epicadk epicadk removed the Status: Available Issue was approved and available to claim or abandoned for over 3 days. label Nov 20, 2021
@Rohit-2602 Rohit-2602 linked a pull request Nov 22, 2021 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Coding Changes to code base or refactored code that doesn't fix a bug. Type: Enhancement New feature or request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants