architecture-samples
architecture-samples copied to clipboard
Please Provide diagram for this
How different components are interacting with each other.
How different components are interacting with each other.
The mvvm architecture is followed , Model is all your code files the logic and data ones Viewmodel act as mediator connecting logic to UI which is the View . but the model and View are not directly related . Hope it helps