Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mvp

Model View Presenter - same view, different presenters

Multiple Activities / Fragments and the Model View Presenter pattern

Is MVC and MVP supervising controller the same? [duplicate]

Model view presenter, how to pass entities between view?

c# winforms mvp

Difficulties implementing Model-View-Presenter in Android

Best Practices for asynchronous calls in MVP with WinForms

Removing singleton instances from Delphi project

delphi unit-testing mvp

MVP, set the view of the presenter to null on destroy?

android mvp dagger-2

Loading subviews with MVP

c# winforms mvp

Drawback of MVP over MVVM design pattern in android

How do I handle HTTP errors like 401, 403, 503,500 using RxJava Observer instead of Event Bus

Can MVC (or MVP) co-exist with SOA?

Does Android UI development lend itself well to a particiular design pattern?

Discuss on MVC implementation on iPhone

Android MVP - should an Activity be a View or Presenter?

android design-patterns mvp

Adapting Model View Presenter pattern to Android With Fragment Tabs

How should I pass data (e.g. which item was clicked) between Activities in MVP?

Live Data in MVP architectural pattern