I would make a `Subject` in ViewModel and emit th...
# android-architecture
e
I would make a
Subject
in ViewModel and emit the text changes to the subject, then expose a stream of result to the ui.
👍 1