Conclusions. Both MVP and MVVM do a better job than MVC in breaking down your app into modular, single purpose components, but they also add more complexity to your app . For a very simple application with only one or two screens, MVC may work just fine.
Read more