Add Shared Preferences in to the app #2
Labels
enhancement
New feature or request
feature
Add when a new feature is to be added
good first issue
Good for newcomers
hacktoberfest
The issues can be counted in hacktoberfest
help wanted
Extra attention is needed
P1
priority 1 task
We need to add shared preferences into the app, so that we can retain the instances like the UI theme of the app, or if the user is opening the app for the first time or not.
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: