Robertas Šetkus

Results 4 comments of Robertas Šetkus

Hi @catalinghita8. Any ideas on above?

Hi @catalinghita8. Thanks for the links. That was very useful. I've read your [artice](https://codingtroops.com/android/compose-architecture-part-1-mvvm-or-mvi-architecture-with-flow/) and really liked it. Decided to give it a try and implement it on my own....

The way how I imagine testing MVI view model is to assert written values to `State` by given `Intent`. Surely, you could replace `State` with something else, for instance, `LiveData`...

Hey @Victor-Pw! Did you manage to find a workaround for this issue?