# MVPFrames **Repository Path**: CKStack/MVPFrames ## Basic Information - **Project Name**: MVPFrames - **Description**: 这个项目是将 MVPArms 框架和 MVPArt 框架合并成一个通用型项目, 并增加了数据库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-09 - **Last Updated**: 2021-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MVPFrames 这是一个基于 [MVPArms](https://github.com/JessYanCoding/MVPArms) 和 [MVPArt](https://github.com/JessYanCoding/MVPArt) 并整合了大量主流开源项目可高度配置化的 Android MVP 快速集成框架 ## Usage * 配置自定义Application必须继承BaseApplication,BaseApplication完成Http、图片、DB、日志管理等框架的初始化工作 * 使用Activity、Fragment、ViewHolder、Service、Adapter需继承CommonActivity、CommonFragment、BaseViewHolder、BaseService、BaseAdapter来初始化MVP架构 * 通过Application获取AppComponent里面的对象可直接使用 * 简单功能及页面无需引入MVP ## Download Gradle: ``` compile 'android.frame:MVPFrames:1.4.2' ``` ## Libraries * [Dagger2](https://google.github.io/dagger) * [RxJava2](https://github.com/ReactiveX/RxJava) * [RxLifecycle](https://github.com/trello/RxLifecycle) * [ButterKnife](http://jakewharton.github.io/butterknife) * [Retrofit2](https://github.com/square/retrofit) * [Okhttp](https://github.com/square/okhttp) * [Glide](https://github.com/bumptech/glide) * [Gson](https://github.com/google/gson) * [RxPermissions](https://github.com/tbruyelle/RxPermissions) * [LeakCanary](https://github.com/square/leakcanary) * [Logg](https://github.com/DesignQu/Logg)   ## History [UpdateLog](https://github.com/DesignQu/MVPFrames/releases) ## Feedback * Project [Submit Bug or Idea](https://github.com/DesignQu/MVPFrames/issues) ## Thanks [MVPArms](https://github.com/JessYanCoding/MVPArms) [MVPArt](https://github.com/JessYanCoding/MVPArt) ## About Me * Email [250533855@qq.com](250533855@qq.com) * Home [http://rockycoder.cn](http://rockycoder.cn) * GitHub [https://github.com/RockyQu](https://github.com/RockyQu) ## License ``` Copyright 2018 RockyQu Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```