User-468724178 posted
the problem is in the nature of MVP.
But still, you might consider using generics enabling you to use automatic presenter initilization instead of page by page bases.
Hi etemalicli,
Thanks for your reply. If I get your point,you sugest to build some abstract class with generic parameters and put into this class as much common methods as possible and then create other presenters that would inherit this abstract class,am I right?
The problem is that I have very litle methods,that I can put inside this abstract class..
Maybe I didn't design my application in a good way..