can you point me to idiomatic `Compose` `MVI` exam...
# compose
m
can you point me to idiomatic
Compose
MVI
example?
s
m
Thanks, I’ll check it out
n
You could also check out Mavericks, it has a new compose artifact. I used it with a few compose projects and it fits really well. I can link you to those also, if you like reading code 😄 Its not MVI per se, but it fits into any MV-whatever. https://github.com/airbnb/mavericks
m
@Nikola Drljaca moze link, nije problem kod 😄
n
@Marko Novakovic https://github.com/nikolaDrljaca/posts-in-mavericks Ima dva "dijela". Jedan je posts (ucitava podatke s neta, retrofit i to) a drugi je prost counter koji daje kao example u dokumentaciji.
m
@Nikola Drljaca hvala