DAL Exception handling in a MVP application
In a MVP win forms application I’m handling exceptions as follows in DAL.
Where and how to reference composite MVP components?
I am learning about the MVP (Model-View-Presenter) Passive View flavour of MVC. I intend to expose events from view interfaces rather than using the observer pattern to remove explicit coupling with presenter.
Avoiding IllegalStateException in MVP when view is not ready yet
In an effort to improve my coding skills I am trying to make use of the MVP pattern in one of my first Android applications. It is going well but I have hit one issue that I am not sure what is the “proper” way to deal with.
Avoiding IllegalStateException in MVP when view is not ready yet
In an effort to improve my coding skills I am trying to make use of the MVP pattern in one of my first Android applications. It is going well but I have hit one issue that I am not sure what is the “proper” way to deal with.
Is selection in Taligent MVP assumed to be a Selection Model?
By reading the traditional Taligent paper, I can’t find a definite answer to what they mean by Selection. The selection could be just a set of indices referring to entries in the Model, so that a Command can act on the proper Model subset, but what is not clear from the Paper is how they represent this selection in the View.
Is selection in Taligent MVP assumed to be a Selection Model?
By reading the traditional Taligent paper, I can’t find a definite answer to what they mean by Selection. The selection could be just a set of indices referring to entries in the Model, so that a Command can act on the proper Model subset, but what is not clear from the Paper is how they represent this selection in the View.
Is selection in Taligent MVP assumed to be a Selection Model?
By reading the traditional Taligent paper, I can’t find a definite answer to what they mean by Selection. The selection could be just a set of indices referring to entries in the Model, so that a Command can act on the proper Model subset, but what is not clear from the Paper is how they represent this selection in the View.
How should one handle a Parent-Child relationship using MVP?
In a conventional MDI WinForms application, one would go like this:
How should one handle a Parent-Child relationship using MVP?
In a conventional MDI WinForms application, one would go like this:
How can one presenter be used for multiple views in MVP
I am using MVP for creating an android application, which takes data from server and sets to activity.