mentorship-android icon indicating copy to clipboard operation
mentorship-android copied to clipboard

feat: Migrate SharedPreferences to DataStore

Open Rohit-2602 opened this issue 3 years ago • 2 comments

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

Rohit-2602 avatar Nov 19 '21 17:11 Rohit-2602

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

vj-codes avatar Nov 19 '21 20:11 vj-codes

@vj-codes yes

Rohit-2602 avatar Nov 20 '21 04:11 Rohit-2602