mardi 18 septembre 2018

Android MVP - Presenter displaying values (best practices)

I started to learn MVP but I have a few questions related the Presenter. For example, if I have a really simple Activity that only displays a few information that I got from another Activity. At the moment I am just displaying the value without sending it to the Presenter.

Should I send the values to the Presenter so that the Presenter will call the methods in my Activity to display? Or can I just "ignore" the Presenter?

Aucun commentaire:

Enregistrer un commentaire