<https://proandroiddev.com/android-architecture-co...
# android
g
ihor_kucherenko: Thanks for the article 👍 But I find it a bit chaotic in some places. Things like: mentioning
reactivestreams
binding, with no actual example. Or suddenly mentioning RX’s
Single
without any background…
i
You can check ReposLiveData class. It’s a convertor Single to LiveData. ReactiveStreams for converting Flowable to LiveData and vice versa. I wrote about this in the artcile