Top "Presenter" questions

In MVP pattern the presenter acts upon the model and the view.

Ruby on Rails patterns - decorator vs presenter

There is all sorts of talk lately in the Ruby on Rails community about decorators and presenters. What is the …

ruby-on-rails design-patterns decorator presenter
Show Dialog from ViewModel in Android MVVM Architecture

About MVVM with new architecture components, I've a question, how should I implement if my app needs to display for …

android mvvm architecture components presenter
Android MVP - Should avoid using R.string references in presenter?

In an attempt to entirely decouple the Android SDK from my presenter classes, I'm trying to figure out the best …

android testing mvp presenter