# MvpArchitecture-Android **Repository Path**: hcg2011/MvpArchitecture-Android ## Basic Information - **Project Name**: MvpArchitecture-Android - **Description**: [DEPRECATED] The MVP Architecture in the Android. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: 1.x - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-03 - **Last Updated**: 2022-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MvpArchitecture MVP模式的开发框架。 开发环境:AndroidStudio 3.0 ### 网络层: HTTP : Rxjava2 + Retrofit2 + Okhttp ImageLoader:Glide v4 Cache: RxCache ### 数据处理层: JavaBean: lombok Java8:Stream + Lambda Dependencies Injection: DaggerAndroid ### UI层: Views Binding: ButterKnife Layout:ConstraintLayout ### 测试层: AndroidTest: Espresso UnitTest: Mockito + Robolectric