https://kotlinlang.org logo
#android-architecture
Title
# android-architecture
s

sngrekov

05/24/2018, 7:56 AM
@ghedeon try MVU) It's conceptually same as MVI, but less boilerplate and can be implemented without Rx.
d

dawidhyzy

05/24/2018, 8:23 AM
Do you have some resources?
s

sngrekov

05/24/2018, 8:38 AM
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

ghedeon

05/24/2018, 9:32 AM
ah, TEA, same unidirectional thingie as MVI. More links: https://github.com/kbiakov/unidirectional-architecture-on-mobile
s

sngrekov

05/24/2018, 9:36 AM
same unidirectional thingie as MVI
like I said)
More links:
Wow, nice collection, thanks for sharing!
6 Views