Simplifying Android Architectures for Developers — MVC, MVP, MVVM, Clean, MVI, VIPER — part 5: MVI

Simplifying Android Architectures for Developers — MVC, MVP, MVVM, Clean, MVI, VIPER — part 5: MVI

First of all, do not confound this concept with the native class Intent that belongs to the Android library, it is not the same. I will start with the new layer. Basically, this is where our…