# PracticeMVP **Repository Path**: benloogchang/PracticeMVP ## Basic Information - **Project Name**: PracticeMVP - **Description**: Android MVP模式--简单实用示例(BMI) - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-22 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android MVP模式--简单实用示例 [BMI](https://shouji.baidu.com/software/10276613.html)

## MVP简介 > MVP全称:Model、View、Presenter; > - View:负责视图部分展示 - Model:负责数据的请求、解析、过滤等数据层操作。 - Presenter:View和Model交互的桥梁。 ## demo里结构图 ![image](images/mvp.jpg)

## demo演示效果图 ![image](images/mvp_simple.gif)

### **[Demo源码下载](https://github.com/ChinaDragon01/PracticeMVP.git)**