Coding Studio

Learn & Grow together.

Browsing:

Tag: #Design pattern

What is MVI architecture? How is it different than MVVM & MVP?

MVI stands for Model-View-Intent, which is an architectural pattern used primarily in Android app development. It aims to provide a clear separation of concerns, making the code more modular, testable, and maintainable. MVI focuses on unidirectional data flow, where the Read more…