Skip to content

Raj-spbi/MVVM-Usage

Repository files navigation

MVVM Pattern

MVVM architecture is a Model-View-ViewModel architecture that removes the tight coupling between each component. Most importantly, in this architecture, the children don't have the direct reference to the parent, they only have the reference by observables. You can see this image to clear the point


drawing

Here is the Example Image

drawing

About

It's a very easy example to learn how to work on MVVM in java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors