Reputation: 87
I am starting the studying about MVP in one project android and I found one question interesting, the fragment can have one own presenter?
Upvotes: 1
Views: 450
Reputation: 936
Yes, it can. MVP architecture provides a presenter for every Activity
and Fragment
in the project.
Upvotes: 1