Consider instagram app with extra useCase
- get post from api
- like post
- flag post
- bookmark post
- comment post
So I have one View(Fragment) and one presenter
I use clean architecture , So what is the best way to implement presenter and useCase?!
- inject multiple useCase in one presenter
- mix multiple useCase in one useCase and inject it to presenter