Исходный код вики UI паттерны состояния

Версия 7.2 от Alexandr Fokin на 2022/12/29 22:57

Последние авторы
1 |(% style="width:75px" %) |(% style="width:258px" %) |(% style="width:1157px" %)
2 |(% style="width:75px" %)(((
3 ==== MVC ====
4 )))|(% style="width:258px" %)(((
5 * Model
6 * View
7 * Controller
8 )))|(% colspan="1" rowspan="3" style="width:1157px" %)(((
9 Паттерны для новичков: MVC vs MVP vs MVVM
10 https://habr.com/ru/post/215605/
11
12 Альтернативный взгляд на MVC, MVP и MVVM
13 [[https:~~/~~/medium.com/you-gotta-get-schwifty/альтернативный-взгляд-на-mvc-mvp-и-mvvm-389841cefa70>>https://medium.com/you-gotta-get-schwifty/альтернативный-взгляд-на-mvc-mvp-и-mvvm-389841cefa70]]
14 )))
15 |(% style="width:75px" %)(((
16 ==== MVP ====
17 )))|(% style="width:258px" %)(((
18 * Model
19 * View
20 * Presenter
21 )))
22 |(% style="width:75px" %)(((
23 ==== MVVM ====
24 )))|(% style="width:258px" %)(((
25 * Model
26 * View
27 * View model
28 )))
29 |(% style="width:75px" %)(((
30 ==== MVI ====
31 )))|(% style="width:258px" %)(((
32 * Model
33 * View
34 * Intent
35 )))|(% style="width:1157px" %)(((
36 Современная MVI-архитектура на базе Kotlin
37 https://habr.com/ru/company/badoo/blog/429728/
38
39 Архитектура MVI
40 https://russianblogs.com/article/1258733528/
41
42 MVI - a Reactive Architecture Pattern
43 https://medium.com/quality-content/mvi-a-reactive-architecture-pattern-45c6f5096ab7
44
45 Реактивные приложения с Model-View-Intent. Часть 2: View и Intent
46 https://habr.com/ru/company/tinkoff/blog/338558/
47 )))
48
49 ----
50
51 The Case for Unidirectional Data Flow
52 [[https:~~/~~/www.exclamationlabs.com/blog/the-case-for-unidirectional-data-flow/>>https://www.exclamationlabs.com/blog/the-case-for-unidirectional-data-flow/]]