Thank you so much for 800 subscribers!
In this video, we take a quick look at the differences between MVVM and MVI architecture for Android development, and discuss the scenarios in which we might prefer one over the other.
You can find a deep dive into MVVM here: https://www.youtube.com/watch?v=XJoVnkVL6i8
You can find a deep dive into MVI here: https://www.youtube.com/watch?v=wTJX_lWdh60
You can find the source code here: https://github.com/AdamMc331/MVICaseStudy
---
Introduction: 0:00
Read Prefs MVVM Diagram: 5:10
Read Prefs MVI Diagram: 9:00
Update Prefs MVVM Diagram: 13:30
Update Prefs MVI Diagram: 17:00
Code Comparison: 21:30
Recap: 26:00