Skip to content

Commit 511f008

Browse files
committed
docs: add mvvm architecture diagram
1 parent 4a96f2d commit 511f008

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: model-view-viewmodel/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ Wikipedia says
4242

4343
> Model–view–viewmodel (MVVM) is a software architectural pattern that facilitates the separation of the development of the graphical user interface (the view) – be it via a markup language or GUI code – from the development of the business logic or back-end logic (the model) so that the view is not dependent on any specific model platform.
4444
45+
Architecture diagram
46+
47+
![Model-View-ViewModel Architecture Diagram](./etc/mvvm-architecture-diagram.png)
48+
49+
4550
## Programmatic Example of Model-View-ViewModel Pattern in Java
4651

4752
ViewModel will hold the business logic and expose the data from model to View.
24.2 KB
Loading

0 commit comments

Comments
 (0)