Skip to content

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

Notifications You must be signed in to change notification settings

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