Please enable JavaScript.
Coggle requires JavaScript to display documents.
Client Architecture pattern - Coggle Diagram
Client Architecture pattern
MVC
Khi user update profile, V notify C, C update M.
C request update V
Ex: User update pic profile
MVP
Khi user update profile, V notify P, P update M
P request update V
MVVM
Data binding, khac MVP là phải manual update
Khi user update profile, V notify VM, VM update M
M notify VM and VM notify V
MVVM-C
Giống MVVM, thêm Coordinator
Handle Flow control between screen
Navigation logic
VIPER
View
Interactor with E
Presenter
Entity
Router