What is difference between MVC and MVP in android?

Main Component: In MVC, the controller is in charge. It creates the appropriate view and interacts with the model according to the user’s request. On the contrary, in MVP, the view is in charge. The view call methods on the presenter, which further directs the model.

Sizin İçin Seçtik  Which is the base class of all classes?

Leave a Reply

Your email address will not be published. Required fields are marked *