In a case like that I just view the fragments as part of the MVP view of the activity. Basically your presenter doesn't even know that there are fragments. The MVP view might have a method like
showNameForm
, and your activity just happens to show a different fragment in that case.