Does Presenter in Model-View-Presenter create views?
It depends … The main goal of MVP is to separate complex decision logic from UI code in such a way that both become easier to understand and to maintain. Often another goal is to make the decision logic in the presenter testable. The MVP pattern was described by Fowler in 2004 and he retired … Read more