# ComponentMVPMVVPDemo **Repository Path**: gentlemanyc/ComponentMVPMVVPDemo ## Basic Information - **Project Name**: ComponentMVPMVVPDemo - **Description**: 一个集组件化、MVP、MVVP于一体的Demo。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ComponentMVPMVVPDemo #### 介绍 一个集组件化、MVP、MVVP于一体的Demo。 #### 软件架构 ![输入图片说明](https://images.gitee.com/uploads/images/2020/0217/145802_92b7c35f_134008.png "依赖关系示意图.png") 每个模块在一个单独的文件夹中,-api是对外提供的api,-impl是具体代码的实现 在gradle.properties文件中添加属性,可以控制模块单独编译还是组合状态编译运行。 ``` #单独编译音乐模块。 isMusicModuleOnly=false ```