Is it possible to use SharedPreferences as I would...
# android
i
Is it possible to use SharedPreferences as I would use Room library with liveData and emitSource()?
r
Sure, but you would have to manually create a function that manually gets a pref as a livedata. or tie it to the sharedpreferenceListener