Skip to content

(MVI) Code Summary

Devrath edited this page Jun 8, 2021 · 5 revisions

MVI - A MVVM done right 😊

  • MVI architecture is a bit more involved compared to other architectures.
  • This is very true when implementing more things in projects like a repository, making network requests etc.
  • MVI helps in organizing your application in a highly structured way in real-world cases.

Step-1 : Consider defining Entities

INTENT <----------------> ACTION <----------------> RESULT <----------------> STATES

Clone this wiki locally