Search code examples
androidandroid-fragmentsmvppresenter

the fragment can have presenter in MVP?


I am starting the studying about MVP in one project android and I found one question interesting, the fragment can have one own presenter?


Solution

  • Yes, it can. MVP architecture provides a presenter for every Activity and Fragment in the project.