# MVP for Android: how to organize the presentation layer

DevFeed: [MVP for Android: how to organize the presentation layer](<https://devfeed.tech/articles/mvp-for-android-how-to-organize-the-presentation-layer-27205.md>)

Original publisher: [Read original article](<https://antonioleiva.com/mvp-android>)

Published: 2018-07-04T00:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [ui](<https://devfeed.tech/topics/ui.md>), [App](<https://devfeed.tech/topics/app.md>), [Dagger](<https://devfeed.tech/topics/dagger.md>), [mvc](<https://devfeed.tech/topics/mvc.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [how-to](<https://devfeed.tech/tags/how-to.md>)

## AI overview

A tutorial on organizing the Android presentation layer with the Model-View-Presenter pattern. It explains the responsibilities of the view and presenter, their interface-based interaction, and risks such as activity leaks and updates after an activity has finished.

## Source excerpt

Everything Android, Kotlin and other random topics