anitab-org / mentorship-android

Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the Android application of this project.
https://github.com/anitab-org/mentorship-android/raw/apk/app-debug.apk
GNU General Public License v3.0
167 stars 379 forks source link

feat: Migrate SharedPreferences to DataStore #1177

Open Rohit-2602 opened 2 years ago

Rohit-2602 commented 2 years ago

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

vj-codes commented 2 years ago

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

Rohit-2602 commented 2 years ago

@vj-codes yes