last time I checked, this was the most holistic an...
# android-architecture
g
last time I checked, this was the most holistic and close to reality working example: https://github.com/oldergod/android-architecture And here is the talk from the author:

https://www.youtube.com/watch?v=64rQ9GKphTg

Also, this Mobius framework from Spotify that @sngrekov posted is kinda production ready embodiment of all these theoretical talks about MVI. Didn't get my hands dirty on library, but they are talking about pretty much the same things: https://www.facebook.com/atscaleevents/videos/2025571921049235/. And let's not forget that on android, it all started with @jw talk about UI state:

https://www.youtube.com/watch?v=0IKHxjkgop4

. Because you know, who else...