Is there a canonical way to update your UI when an...
# android
l
Is there a canonical way to update your UI when an
Observable
emit's an item in a view model when using data binding? Binding doesn't support updates via `Observable`s, do I have to build a
LiveData
bridge or is there a better way?