presenter Questions
3
Solved
About MVVM with new architecture components, I've a question, how should I implement if my app needs to display for example a Dialog with 3 options from some action that happened in my VM? Who is r...
Oenomel asked 23/5, 2017 at 22:30
1
When I use Xaringan's presenter mode, the window (in chrome) showing the presenter mode and the window showing the normal view (another tab in chrome) are out of sync. IE, moving slides in the pres...
Anklebone asked 27/2, 2020 at 19:58
4
Solved
In an attempt to entirely decouple the Android SDK from my presenter classes, I'm trying to figure out the best way to avoid accessing resource IDs which we normally use R for. I thought I could ju...
2
Currently I have it so that an adapter has a reference to all the models in it. But is it better to let the presenter just hold the models and the adapter can simply reference them?
So for example...
Abiding asked 23/6, 2016 at 20:44
1
Solved
I'm building one Android app using MVP, and I have one question about this pattern.
Say I have one screen for creating a new person. This screen will show one EditText for inserting the name, anot...
Corrody asked 12/5, 2015 at 9:42
0
2
Solved
There is all sorts of talk lately in the Ruby on Rails community about decorators and presenters.
What is the essential difference between the two? If there is, what are the clues that tell me whi...
Pulsar asked 22/10, 2011 at 14:39
0
I'm curious in using the MVP Pattern to improve testability. I have experience with MVC but MVP seems different.
I'm having an application that operates on a 'project' file which is in fact an com...
1
Solved
I have an Activity model. It belongs_to :parent, :polymorphic => true.
Does Rails use parent.class.name, parent.model_name or something else to populate the parent_type field?
I want a Present...
Flutist asked 1/12, 2011 at 23:51
1
Solved
Issue: To avoid creating multiple objects or multiple queries when possible.
I am using Presenters with rails as a Best Practice.
I am following advice that says that it would be good to use "ext...
Roundhouse asked 28/10, 2011 at 13:31
1
Solved
I would like to have a Dashboard to display summary of multiple models, and I implemented it using Presenter without its own data. I use an ActiveModel class (without data table):
class Dashboard
...
Melodist asked 24/9, 2011 at 5:12
2
Solved
I have 2 base interfaces, IViewBase (which all views will implement) and IPresenterBase (which all presenters will implement):
public interface IViewBase { }
public interface IPresenterBase
{
IV...
1
© 2022 - 2024 — McMap. All rights reserved.