Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mvp

Simplest approach for applying the MVP pattern on a Desktop (WinForms) and Web (ASP.NET) solution

Preserving navigation/history state in GWT with MVP pattern

java gwt mvp gwt-mvp gwt-history

Presenter/View/ViewState relationshipts

android mvp mosby

GWT - MVP Event bus. Multiple handlers getting created

java gwt mvp event-bus

Models In Model View Presenter MVP

design-patterns mvp

What does Use Case and Interactor mean in the context of clean architecture?

Complex Supervising Controller examples for winforms

WCF - Calling the WCF service from the Presenter Layer

.net wcf mvp

In Android MVP, should a presenter return a value?

android kotlin mvp

Options for keeping models and the UI in sync (in a desktop application context)

What's a good practice for dividing up presenters in a MVP interface pattern that have grown too large?

How to insert/remove items from RecyclerView using MVP [closed]

Using EntityFramework: Context per Presenter or long conversation pattern for Windows Forms Applications?

How do I best implement dependency injection when many similar but distinct classes need many similar but distinct dependencies?

MVP Passive View - keeping view data and model data separate

How to pass EventArgs from View to Presenter in MVP?

c# winforms event-handling mvp

Clarifying Understanding of Presenter Interface

gwt mvp

How to further decouple this WPF example toward MVC, MVP, or MVVM?

wpf events mvvm mvp decoupling