mvp

C# Unity Pattern Decorator

I'm writing a system that dynamically adds functionality to objects. Everything is fine when I work with MVP Presenter - when ... individual components to it - which should be managed via Presenter dynamically decorated for this View with its components.

MVP with fragments

I can't figure out how activiti and fragments should communicate with each other during MVP. For example, there is an activit ... should interact with fragments via a presenter? 3) If a fragment calls another fragment, how should their interaction occur?

MVP Pattern Android for Big Apps

I try to comprehend the MVP Pattern for Android applications. The very essence, it seems, is clear, but for very small applic ... rectly from the view? How to properly implement the" unsubscribe " presentera from the view, in order to avoid memory leaks?

Android, an example of an MVP implementation

Recently in development, I'm trying to make my application according to the MVP. It works as intended, but the code itself is ... (id); } AnimalPack getAnimalPackById(int id) { return animalDB.daoAccess().getAnimalPackById(id); } }

Where can I find an example of an mvp implementation?

I started using the MVP design pattern in my practice. As I understand it, this pattern helps to port the application core to ... to see an example for cli and something from Android/Swing If there is such an opportunity to show step-by-step development.

why doesn't the startactivity method work when calling view from presenter?

In the presenter, I access the database and, if the response is successful, start a new activity from the view Code : m ... ast method works for the view, there were no problems with the types. Tell me what I'm doing wrong? P.S. StackOverflowError

The MVP pattern. Who are you, WebView-View or Model?

Hello everyone, I'm building an MVP architecture in my project and I have problems in WebView. Look carefully at this class. ... ) must go through all the layers. Both options break the MVP pattern, but are inherently logical. However, what should I do?