vilnius / tvarkau-vilniu

Tvarkau Vilniu Android app
https://play.google.com/store/apps/details?id=lt.vilnius.tvarkau
MIT License
24 stars 14 forks source link

Implement preferences provider #140

Closed mjurkus closed 7 years ago

mjurkus commented 7 years ago

Usage

Inject using dagger like so:

@field[Inject Named(Preferences.DISPLAY_PHOTO_INSTRUCTIONS)]
lateinit var displayPhotoHints: BooleanPreference

Check or update values

displayPhotoHints.get()
displayPhotoHints.set(newValue)

Easy to use, easy to mock.