MVI Theory This Architecture is based again on 3 layers: Model, View, Intent Model (Exactly like in MVC, MVP, MVVM) The model contains Databases, business rules, and access to external resources. Intent First of all, do not confound this concept with the native class Intent that belongs to the Android library, it…