# Architecture **Repository Path**: mr-zhang/Architecture ## Basic Information - **Project Name**: Architecture - **Description**: No description available - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 这是一个MVP架构的示例 #### 使用了`rxlifecycle`解决`rxjava`的内存泄漏问题 [rxlifecycle使用参考](https://www.cnblogs.com/Jason-Jan/p/8016850.html#_label1) #### 使用了`SmartRefresh`处理`recyclerView`的刷新和加载更多问题 [SmartRefresh使用参考](https://github.com/scwang90/SmartRefreshLayout)