Posts on codeskraps https://codeskraps.com/posts/ Recent content in Posts on codeskraps Hugo en-us me@codeskraps.com (codeskraps) me@codeskraps.com (codeskraps) Fri, 27 Sep 2024 13:45:09 +0200 Simplifying MVI Architecture in Kotlin: A Powerful Helper Class https://codeskraps.com/posts/mvi_architecture/ Fri, 27 Sep 2024 13:45:09 +0200me@codeskraps.com (codeskraps) https://codeskraps.com/posts/mvi_architecture/ <p>Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&rsquo;ll explore a helper class that simplifies the implementation of MVI, making it easier to manage state, handle user intents, and emit actions in your application.</p>