SlideShare a Scribd company logo
MVP
By. Pek Ratanak
Contents
• What is MVP?
• MVC vs MVP
• Benefit of MVC & MVP
• Role M, V, P/C
• Reference
- View gets notified of any change in
model’s state
- View knows nothing about the model
• Readable and maintainable code
• Modular code which provides high degree of decoupling
• More testable code
• Code which is fun to work with
Benefit of MVC and MVP:
MVP in Android by Ratanak
Model?View?Controller/Presenter?
Class
Model
stores system’s state (whether
this state persistent or not),
APIs, caching data, managing
databases and so on
View
handles input-output from/to the
user
Controller/Presenter
encapsulates the logical
functionality of the system
MVP in Android by Ratanak
Reference:
https://www.techyourchance.com/mvp-mvc-android-1/
https://medium.com/@cervonefrancesco/model-view-presenter-android-guidelines-94970b430ddf
Questions & Discussion

More Related Content

PPTX
Difference between Software Architectural pattern
PPTX
Mvc part 1
PPTX
Model View Presenter (MVP) In Aspnet
PPTX
Model View Controller ext4
PPTX
Introduction To Model View Presenter
PPT
TLE2015_SPI_WATS
PDF
Spring_Course_Content
Difference between Software Architectural pattern
Mvc part 1
Model View Presenter (MVP) In Aspnet
Model View Controller ext4
Introduction To Model View Presenter
TLE2015_SPI_WATS
Spring_Course_Content

What's hot (20)

PPSX
Software Design Patterns
PPSX
Asp.net mvc
PPTX
Mvc framework
DOC
Uop bsa 411 week 3 individual design classes
PPT
Uop bsa-411-week-3-individual-design-classes
DOC
Uop bsa 411 week 3 individual design classes
PPTX
ASP.NET MVC4 Overview
PDF
Hemang CV
PPTX
Intern project_presentation_news_app
PPTX
Exploring MVVM, MVC, MVP Patterns - CRB Tech
PPTX
Introduction to ASP.NET MVC
DOC
Week1 dq5
PPTX
Microservices suck at the UI - UI Composition techniques to make this better
PPTX
ASP NET MVC Series For Beginers Part 2
PPTX
Automation Testing Using WebDriver
PPTX
Ember js java script framework
PDF
Pal gov.tutorial3.session7
PPTX
Md Khan Professional Profile
PPTX
Md M Khan Professional Profile
Software Design Patterns
Asp.net mvc
Mvc framework
Uop bsa 411 week 3 individual design classes
Uop bsa-411-week-3-individual-design-classes
Uop bsa 411 week 3 individual design classes
ASP.NET MVC4 Overview
Hemang CV
Intern project_presentation_news_app
Exploring MVVM, MVC, MVP Patterns - CRB Tech
Introduction to ASP.NET MVC
Week1 dq5
Microservices suck at the UI - UI Composition techniques to make this better
ASP NET MVC Series For Beginers Part 2
Automation Testing Using WebDriver
Ember js java script framework
Pal gov.tutorial3.session7
Md Khan Professional Profile
Md M Khan Professional Profile
Ad

Similar to MVP in Android by Ratanak (20)

PPTX
Mobile App Architectures & Coding guidelines
PPTX
Ios models
PDF
The Spring Framework
PDF
The Spring Framework
PPTX
MVC architecture by Mohd.Awais on 18th Aug, 2017
PDF
Models used in iOS programming, with a focus on MVVM
PPTX
Spring mvc
PPT
Web engineering - MVC
PDF
MVP Clean Architecture
PPTX
Architectural Design & Patterns
PPT
J2 ee archi
PPTX
MVC Framework
PDF
Top 40 MVC Interview Questions and Answers | Edureka
PDF
Model View Madness
PPTX
Laravel session 1
PPTX
Technoligent providing custom ASP.NET MVC development services
PPTX
Mvc presentation
PPTX
Architectural Design Pattern: Android
PPTX
MVC.pptx
Mobile App Architectures & Coding guidelines
Ios models
The Spring Framework
The Spring Framework
MVC architecture by Mohd.Awais on 18th Aug, 2017
Models used in iOS programming, with a focus on MVVM
Spring mvc
Web engineering - MVC
MVP Clean Architecture
Architectural Design & Patterns
J2 ee archi
MVC Framework
Top 40 MVC Interview Questions and Answers | Edureka
Model View Madness
Laravel session 1
Technoligent providing custom ASP.NET MVC development services
Mvc presentation
Architectural Design Pattern: Android
MVC.pptx
Ad

Recently uploaded (20)

PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Approach and Philosophy of On baking technology
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Machine learning based COVID-19 study performance prediction
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Electronic commerce courselecture one. Pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Empathic Computing: Creating Shared Understanding
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Spectroscopy.pptx food analysis technology
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
Unlocking AI with Model Context Protocol (MCP)
Approach and Philosophy of On baking technology
Chapter 3 Spatial Domain Image Processing.pdf
Spectral efficient network and resource selection model in 5G networks
Understanding_Digital_Forensics_Presentation.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Network Security Unit 5.pdf for BCA BBA.
Machine learning based COVID-19 study performance prediction
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Mobile App Security Testing_ A Comprehensive Guide.pdf
Electronic commerce courselecture one. Pdf
MYSQL Presentation for SQL database connectivity
Empathic Computing: Creating Shared Understanding
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
The AUB Centre for AI in Media Proposal.docx
Spectroscopy.pptx food analysis technology
20250228 LYD VKU AI Blended-Learning.pptx

MVP in Android by Ratanak