Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mvp

In Presenter First, why is SubscribeSomeEvent method on an interface preferred to plain old events?

Examples of architecturally well-designed ASP.NET WebForms sites [closed]

GWT, MVP, GIN, code splitting?

gwt mvp gwt-mvp gwt-gin

RxJava and MVP in Android app

Dagger2 scopes and activity lifecycle

android mvp dagger-2

Repository design pattern - should there be one repo for every Dao?

How do I integrate the ASP .Net Model View Presenter (MVP) pattern and static page methods marked as [WebMethod]?

asp.net json mvp wcsf

Where should View & Presenter be born

winforms webforms mvp

A general question on model-view-presenter (C#), should the model know the presenter?

c# .net mvp

Architecture with several data sources using Repository pattern

RecyclerView Items doesn't appear until i scroll it

MVP - How many presenters

design-patterns mvp

In MVP, who should handle navigation?

mvp

Design pattern for asynchronous calls in C#

What is the advantage of the MVP pattern (GWT)

Implementation differences between MVP Passive View and Supervising Controller for collections

Model-View-Presenter passive view: bootstraping - who displays the view initially?

java swing mvp

In the MVP pattern, should adapters hold models or should the presenter hold models and have the adapter reference it?

MVP Communication between presenters?

winforms mvp

What's your recommendation for architecting GWT applications? MVC, MVP or custom messaging solution?