You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"In MVP (Model-View-Presenter), the Presenter handles the logic and updates the View. The View is passive and directly interacts with the Presenter to get updates. In MVVM (Model-View-ViewModel), however, the ViewModel is used as an intermediary layer between the View and Model. The View observes the ViewModel, and updates are managed through data binding. When using ViewModel, it's typically a sign that you're implementing the MVVM pattern. I hope this clears it up!"
Since the ViewModel is applied, i have no idea whether it is a mvp or mvvm
The text was updated successfully, but these errors were encountered: