Add shared preferences into the app. #13
Labels
feature-request
Label to put if requesting a new feature
hacktoberfest
Issues to solve if participating in hacktoberfest
help wanted
Extra attention is needed
We need to add shared preferences into the app, so that we can retain the instances like the UI theme of the app.
NOTE: - The shared preferences should be made like a container which can be injected anywhere we want.
The shared preference class should be made in a module which can be injected by dagger anywhere in the app. I have added a reference . Also, the file should be in the DI package of the app module
The text was updated successfully, but these errors were encountered: