MVC, MVP and MVVM 对比

转载自:Android Architecture Samples


Comparing MVC, MVP and MVVM in android through a complete movie search app

This is the complementary repository to the series of articles on my website.

no-architecture app:

branch: no-architecture

articleandroid architecture: Part 1: introduction

Model-View-Controller (MVC) app:

branch: mvc

articleandroid architecture: Part 2: MVC

Model-View-Presenter (MVP) app:

branch: mvp

articleandroid architecture: Part 3: MVP

Model-View-ViewModel (MVVM) app using RxJava:

branch: mvvm-rxjava

articleandroid architecture: Part 4: MVVM with RxJava

Model-View-ViewModel (MVVM) app using LiveData and how it compares to RxJava:

branch: mvvm-livedata

articleandroid architecture: Part 5: MVVM with LiveData

Model-View-ViewModel (MVVM) app using LiveData and ViewModel:

branch: mvvm-liveData&viewModel

articleandroid architecture: Part 6: MVVM with LiveData and ViewModel

Model-View-ViewModel (MVVM) app using LiveData and ViewModel:

branch: mvvm-liveData&viewModel-revised

articleandroid architecture: Part 7: ViewModel with LiveData and RxJava

Model-View-Presenter (MVP) app using ‘easy-mvp’ library:

branch: mvp-easymvp

articleEasy MVP library for android

发表评论