Join Slack
Powered by
Is there a canonical way to update your UI when an...
# android
l
locke
01/22/2019, 5:25 AM
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?
Open in Slack
Previous
Next