Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
MVI architecture with Jetpack Compose for Android
Rating: 4.4 out of 5(759 ratings)
2,369 students

MVI architecture with Jetpack Compose for Android

Learn MVI - Model View Intent - Architecture with Jetpack Compose. We use MVVM, Coroutines, Retrofit, Glide and Kotlin
Created byCatalin Stefan
Last updated 2/2026
English

What you'll learn

  • Android Architectures
  • MVI Architecture
  • MVVM Architecture
  • Android development

Course content

3 sections15 lectures1h 10m total length
  • Introduction2:27

    Introduce the MVI architecture and its components, compare it with other Android architectures, and demonstrate a simple app that fetches a list of animals via a button click using MVI.

  • Important message about Udemy reviews0:59

    Understand the Udemy review system and how 5-star ratings and constructive feedback affect course visibility and improvement.

  • Engage on social media0:05
  • Android Architectures9:50

    Explore Android architectures, from mvc to mvvm to the modern mvi, and see how this progression structures code for maintainability, scalability, testing, and the ability to switch data sources.

  • Why MVI9:32
  • MVI Architecture3:53

    Learn MVI architecture as a practical layer atop patterns, introducing intent and state to drive a unidirectional flow from user actions to the view, implemented with Jetpack Compose for Android.

Requirements

  • Android development knowledge

Description

In this course we discuss the MVI - Model View Intent - architecture for Android development using Jetpack Compose.

The MVI Architecture is the newest iteration in the MVX types or architectures for Android, and brings with it a few different benefits. Most importantly, user interaction traceability, system state predictability and ultimately, improved scalability and testability.

As an Android developer, it's important to stay up to date with the latest developments.

This architecture has distinct advantages and disadvantages that are important to know when deciding whether to implement it in your application. In addition, it’s important to be able to discuss it in an Android interview, where you might be judged on whether or you have heard of it.

In this course, we will go through a theoretical description of Android architectures in general, such as MVC - Model View Controller, MVP - Model View Presenter and MVVM - Model View ViewModel. Finally we will see what the new MVI Architecture brings to the table.

We will also implement the knowledge we learned in a practical application. We will build an app that retrieves a list of animals from a backend api, and displays it in a list in the application. The application will showcase how to use the MVI architecture in a simple case, so that it’s easier to understand.

This is also an excellent project course for someone who wants to sharpen their Android development skills.

So sign up today and let's learn about the MVI architecture as it applies to Android development.

Who this course is for:

  • Beginner Android developers
  • Intermediate Android developers