I want to know the difference between MVC, MVP, and MVVM in detail.

Asked 1 years ago, Updated 1 years ago, 66 views

I'm a fifth-year Android developer and I know the MVC concept.

Because I don't know the concept of MVP and MVVM (I understand both as belonging to MVC), it's hard to define which pattern I made my Android project close to MVC, MVP, or MVVM.

If so, I would appreciate it if you could tell me about the development pattern that is used recently when developing Android.

(--- ---)(__ __)

mvc mvp mvvm

2022-09-22 20:56

2 Answers

MVP? I don't know if it's a minimum available product, so I haven't read it yet, but there's something like this.

http://www.informit.com/articles/article.aspx?p=1966031&seqNum=3

MVC

IMG

MVP

IMG

MVVM

IMG

Toss the detailed explanation to the other master.


2022-09-22 20:56

I understood the MVP pattern a lot after reading this article. I really recommend this.

It's a series of articles, so please read it until the end.

http://thdev.tech/androiddev/2016/10/12/Android-MVP-Intro.html


2022-09-22 20:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.