oldergod / android-architecture

MVI architecture Implementation of the ToDo app.
Apache License 2.0
669 stars 70 forks source link

Making Rxjava Stream Lifecycle aware #42

Closed goransipic closed 6 years ago

goransipic commented 6 years ago

Hi,

thanks for great example of using Mvi with RxJava. In your examples you are handling subscription manually but there is more elegant way with Auto Dispose library.

oldergod commented 6 years ago

Thank you for letting me know. Feel free to use it in your own project. I don't think it adds any value to this sample's purpose so I won't add it though.