so to extend a specific presenter that has common ...
# android-architecture
o
so to extend a specific presenter that has common methods I used throughout the app, i have to feed this presenter the params needed for it to function, including a view of a certain type, which is causing me to have my extending Presenter have a view which extends the common view as well, forcing me to inherit/implement methods of that common view into whatever screen I’m using the extending Presenter in