1 min readJul 7, 2019
Thank you for the feedback Daniel Gronau! The MediatorLiveData
still requires that it needs to be observed at some point in order to emit data.
In the latest release of Coinverse this month a MediatorLiveData
object is used in a ViewModel to return the file path of a downloaded audiocast mp3, and it’s BitMap image in one response. This ViewState being updated is then observed in the View represented by a Fragment.