Why use a controller and a presenter together?
This question already has an answer here:
To the best of my knowledge, there is no value in mixing the MVP and MVC patterns. Although semantically similar, mixing presenters and controllers just results in confusion.
Could it be that this framework is using the terms independently of the known MVP/MVC patterns and gives them a different meaning within the context of the framework?
链接地址: http://www.djcxy.com/p/30200.html上一篇: Android上使用哪些设计模式?
下一篇: 为什么一起使用控制器和演示者?