1 min readApr 10, 2019
Thank you for creating this! I read this post and LCE: Modeling Data Loading in RxJava a handful of times in order to wrap my head around the Unidirectional Flow (UDF) pattern and create this outline aggregating other useful talks as well.
This week I’m working on my app, Coinverse, in order to refactor the ViewModel’s to use a UDF pattern using LiveData rather than Rx.
Note: There is a typo with the method name above createViewStata
. It appears it should be createViewState
.