with this implementation of MVP. • the Activity is the overall controller that creates and connects views and presenters. • Tablet layout or screens with multiple views take advantage of the Fragments framework.
the presenter • An Activity which is responsible for the creation of fragments and presenters • A Fragment which implements the view interface. • A presenter which implements the presenter interface