Questions tagged [model-view-adapter]
4 questions
18
votes
1 answer
What's the difference between Model-View-Presenter and Model-View-Adapter?
I'm trying to understand whether there's a difference between the Model-View-Presenter and Model-View-Adapter patterns, and--if so--what that difference is. I haven't found any online resources that compare/contrast them, so I'm not even sure…

Matt Tsōnto
- 1,518
- 1
- 15
- 30
6
votes
3 answers
MVC alternatives: examples of MVA & AVC?
I'm interested in learning about the alternative patterns to Model-View-Controller, specifically the Model-View-Adapter and Application-View-Controller patterns.
Google results tend to be either a high-level overview or Java-based.
Can anyone…

Phillip B Oldham
- 18,807
- 20
- 94
- 134
4
votes
2 answers
MVP, WinForms - how to avoid bloated view, presenter and presentation model
When implementing MVP pattern in winforms I often find bloated view interfaces with too many properties, setters and getters. An easy example with be a view with 3 buttons and 7 textboxes, all having value, enabled and visible properties exposed…

MatteS
- 1,542
- 1
- 16
- 35
1
vote
1 answer
Difference between MVVM and MVA (Model-View-Adapter)
What is the difference between MVVM and MVA (Model-View-Adapter)?
As long as in both patterns:
The VM and Adapter mediate between View and Model.
There could be more than one VM and Adapter participated in these patters for the same model.
The…

Arman Hatefi
- 43
- 1
- 8