If I have a presenter that's setup to run some htt...
# android
o
If I have a presenter that's setup to run some http requests and filter data to return back to a view, and that's all setup and working fine. Now I have another view that includes all of the first views functionality with the presenter but has more stuff, can I just have that second view implement the same presenter? Or how do I not repeat myself here