Top "Mvp" questions

Model View Presenter (MVP) is a derivative of the model-view-controller software pattern, used mostly for building user interfaces.

How to use Shared Preferences in MVP without Dagger and not causing Presenter to be Context dependent?

I'm trying to implement MVP without Dagger (for learning purposes). But I got to the problem - I use Repository …

android dependency-injection dependencies sharedpreferences mvp
Can I register MVP Presenter inside Fragment

I've been following MVP design pattern provided by Google to refactor my application. I have one MainActivity and many Fragments …

android android-fragments android-activity mvp android-mvp
What's your recommendation for architecting GWT applications? MVC, MVP or custom messaging solution?

I just started a new GWT project for a client and I'm interested in hearing people's experience with various GWT …

model-view-controller architecture gwt mvp puremvc
Presenter injection with Dagger 2

I just started using Dagger 2 and I found online thousands guides each one with a different implementation and I'm a …

java android dependency-injection mvp dagger-2
Difference between asp.net MVC and MVP? are they both same?

I wanted to know the difference between asp.NET MVC and MVP, are they both same? below is the architecture …

asp.net-mvc mvp
Android MVP open Activity from Presenter, anti-pattern?

Would it be an anti-pattern if from a Presenter layer I open an Activity? If so, should I manage the …

android mvp
MVP Framework for winforms

i'm working in a new project and i want to implement MVP pattern. There is a framework for winforms that …

c# winforms .net-2.0 mvp
MVP vs MVVM - Why?

I was using MVP when I was working with WinForm. But I moved to MVVM when I started playing with …

design-patterns mvvm mvp
Composite Guidance for WPF : MVVM vs MVP

I am confused. Maybe you can help me :) I have been following the guidance of CAG and found the MVP …

wpf design-patterns mvvm mvp prism
Files structure in MVVM (Android)

using MVVM or MVP should i name packages like model, viewmodel, view and put proper classes and interfaces there or …

android mvvm structure mvp