mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-02 18:19:46 +00:00
docs: update mvi
This commit is contained in:
@@ -177,7 +177,7 @@ public class SetVariableEvent implements UserEvent {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Similar classes would be created for AddEvent, SubtractEvent, DivideEvent, and MultiplyEvent
|
// Similar classes would be created for AddEvent, SubtractEvent, DivideEvent, and MultiplyEvent ...
|
||||||
```
|
```
|
||||||
|
|
||||||
This example demonstrates the key aspects of the MVI pattern: unidirectional data flow, clear separation of concerns, and the use of events to drive changes in the Model's state.
|
This example demonstrates the key aspects of the MVI pattern: unidirectional data flow, clear separation of concerns, and the use of events to drive changes in the Model's state.
|
||||||
@@ -193,8 +193,8 @@ This example demonstrates the key aspects of the MVI pattern: unidirectional dat
|
|||||||
|
|
||||||
## Tutorials
|
## Tutorials
|
||||||
|
|
||||||
* [Model View Intent: a new Android Architecture Pattern](https://apiumacademy.com/blog/model-view-intent-pattern/)
|
* [Model View Intent: a new Android Architecture Pattern (Apium Academy)](https://apiumacademy.com/blog/model-view-intent-pattern/)
|
||||||
* [MVI Architecture for Android Tutorial](https://www.kodeco.com/817602-mvi-architecture-for-android-tutorial-getting-started)
|
* [MVI Architecture for Android Tutorial: Getting Started (Kodeco)](https://www.kodeco.com/817602-mvi-architecture-for-android-tutorial-getting-started)
|
||||||
|
|
||||||
## Known uses
|
## Known uses
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user