<@U0N8HQET0> try MVU) It's conceptually same as MV...
# android-architecture
s
@ghedeon try MVU) It's conceptually same as MVI, but less boilerplate and can be implemented without Rx.
d
Do you have some resources?
s
MVU is basically an Elm Architecture. You can read some articles of mine about implementing it on Android https://proandroiddev.com/taming-state-in-android-with-elm-architecture-and-kotlin-part-1-566caae0f706 There are already some libs out there, like https://github.com/InventiDevelopment/Elmdroid Also worth mentioning Spotify's Mobius https://github.com/spotify/mobius It's conceptually very close to Elm/MVU
g
ah, TEA, same unidirectional thingie as MVI. More links: https://github.com/kbiakov/unidirectional-architecture-on-mobile
s
same unidirectional thingie as MVI
like I said)
More links:
Wow, nice collection, thanks for sharing!