SIGN IN SIGN UP
JessYanCoding / MVPArms UNCLAIMED

⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).

0 0 56 Java
2016-10-29 17:16:53 +08:00
# MVPArms
2017-09-12 15:24:13 +08:00
[ ![Bintray](https://img.shields.io/badge/bintray-v2.2.3-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/MVPArms/2.2.3/link)
2017-03-31 14:36:29 +08:00
[ ![Build Status](https://travis-ci.org/JessYanCoding/MVPArms.svg?branch=master) ](https://travis-ci.org/JessYanCoding/MVPArms)
2017-03-24 14:25:21 +08:00
[ ![API](https://img.shields.io/badge/API-15%2B-blue.svg?style=flat-square) ](https://developer.android.com/about/versions/android-4.0.3.html)
2017-03-25 10:45:05 +08:00
[ ![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square) ](http://www.apache.org/licenses/LICENSE-2.0)
2017-05-02 22:58:25 +08:00
[ ![QQGroup](https://img.shields.io/badge/QQ群-301733278-ff69b4.svg) ](https://shang.qq.com/wpa/qunwpa?idkey=1a5dc5e9b2e40a780522f46877ba243eeb64405d42398643d544d3eec6624917)
2016-10-29 17:16:53 +08:00
2017-03-22 16:09:01 +08:00
## A common Architecture for Android Applications developing based on MVPintegrates many Open Source Projects( like Dagger2,Rxjava,Retrofit... ),to make your developing quicker and easier.
2016-11-15 22:59:31 +08:00
[中文说明](MVPArms.md)
2016-08-06 17:05:05 +08:00
2017-03-22 16:03:11 +08:00
## Architectural
2016-12-21 14:47:18 +08:00
<img src="https://github.com/JessYanCoding/MVPArms/raw/master/image/Architecture.png" width="80%" height="80%">
2016-12-21 14:40:20 +08:00
2017-03-22 16:03:11 +08:00
## Usage
2016-11-08 09:24:59 +08:00
> New Project
2017-06-11 15:56:29 +08:00
>> If you are building a new project, directly to the entire project **clone** (or download), as **app** as the main **Module** (It is recommended to remove the **arms Module** and use **Gradle** to [depend](https://github.com/JessYanCoding/MVPArms/wiki#1.1) on this framework remotely for easy updates), then the package name into their own package name , **app Module** contains the package structure can be used directly, a mainstream `MVP` +` Dagger2` + `Retrofit` +` Rxjava` framework so easy to build successful, and now you refer **Mvp** Package under the **UserActivity** format,[Use Template to automatically generate MVP, Dagger2 related classes](https://github.com/JessYanCoding/MVPArmsTemplate),With access to [Wiki documents](https://github.com/JessYanCoding/MVPArms/wiki) slowly grasp the framework to see more articles as soon as possible in the project to use it, in practice, learning is the fastest
2016-11-15 22:59:31 +08:00
2016-11-08 09:24:59 +08:00
> Old Project
2016-11-15 22:59:31 +08:00
>> [Old projects would like to introduce this framework, you can refer to the Wiki documentation, written in great detail](https://github.com/JessYanCoding/MVPArms/wiki)
2016-11-07 11:36:09 +08:00
2017-03-22 16:03:11 +08:00
## Wiki
2017-08-31 15:29:02 +08:00
[Detailed usage reference Wiki (**Must see!!!**)](https://github.com/JessYanCoding/MVPArms/wiki)
2016-11-07 11:31:14 +08:00
2016-12-26 14:47:08 +08:00
2017-03-22 16:03:11 +08:00
## Notice
2016-08-06 19:04:51 +08:00
2017-07-08 17:58:59 +08:00
* [MVPArms Learning Project](https://github.com/JessYanCoding/MVPArms/blob/master/CONTRIBUTING_APP.md)
2017-02-14 09:42:06 +08:00
* [Collection Box](https://github.com/JessYanCoding/MVPArms/issues/40)
2016-12-27 10:08:23 +08:00
* [Update Log](https://github.com/JessYanCoding/MVPArms/wiki/UpdateLog)
2017-01-03 17:35:10 +08:00
* [Common Issues](https://github.com/JessYanCoding/MVPArms/wiki/Issues)
2017-01-03 17:27:28 +08:00
2017-05-31 17:07:43 +08:00
* The use of these technologies for the latter part of the project maintenance and iterative, especially large projects is very helpful, but is to develop a pre-write a page to write a lot of `MVP`,` Dagger2` class and interface, which is indeed a headache for the development of pre- Now the framework has been able to [Template](https://github.com/JessYanCoding/MVPArmsTemplate) automatically generate some `MVP`,` Dagger2` template code, and now we can very easily use the framework.
2016-11-13 16:03:14 +08:00
2016-12-14 10:27:32 +08:00
* Use this frame comes with automatic adaptation function, please refer to [AndroidAutoLayout](https://github.com/hongyangAndroid/AndroidAutoLayout).
2016-09-06 23:34:52 +08:00
2016-12-14 10:31:38 +08:00
* This framework does not provide any third-party libraries associated with the **UI**(except for the [`AndroidAutoLayout`](https://github.com/hongyangAndroid/AndroidAutoLayout) screen adaptation scheme).
2016-08-06 19:09:41 +08:00
2016-11-07 11:31:14 +08:00
2017-03-22 16:03:11 +08:00
## Functionality & Libraries
2016-11-15 22:59:31 +08:00
1. [`Mvp` Google's official` Mvp` architecture project, which contains several different schema branches (this is the Dagger branch).](https://github.com/googlesamples/android-architecture/tree/todo-mvp-dagger/)
2. [`Dagger2`](https://github.com/google/dagger)
3. [`Rxjava`](https://github.com/ReactiveX/RxJava)
4. [`RxAndroid`](https://github.com/ReactiveX/RxAndroid)
5. [`Rxlifecycle`](https://github.com/trello/RxLifecycle)
2017-05-29 12:51:09 +08:00
6. [`RxCache`](https://github.com/VictorAlbertos/RxCache)
7. [`RxPermissions`](https://github.com/tbruyelle/RxPermissions)
8. [`RxErroHandler`](https://github.com/JessYanCoding/RxErrorHandler)
9. [`Retrofit`](https://github.com/square/retrofit)
10. [`Okhttp`](https://github.com/square/okhttp)
11. [`Autolayout`](https://github.com/hongyangAndroid/AndroidAutoLayout)
12. [`Gson`](https://github.com/google/gson)
13. [`Butterknife`](https://github.com/JakeWharton/butterknife)
14. [`Androideventbus`](https://github.com/hehonghui/AndroidEventBus)
15. [`Timber`](https://github.com/JakeWharton/timber)
16. [`Glide`](https://github.com/bumptech/glide)
17. [`LeakCanary`](https://github.com/square/leakcanary)
2017-07-05 09:31:52 +08:00
## Who is using MVPArms?
**小顶家装 工长端** | **小顶家装 工人端** | **小顶家装 材料端** | **小顶网** | **智播** |
:-------------------------------------------------------------------:|:----------:|:---------------:|:--------:|:--------------:|
[<img src="image/xiaoding_foreman_logo.png" width="80" height="80">](http://www.dggxdjz.com) | [<img src="image/xiaoding_worker_logo.png" width="80" height="80">](http://www.dggxdjz.com) | [<img src="image/xiaoding_material_logo.png" width="80" height="80">](http://www.dggxdjz.com) | [<img src="image/top_net_work_logo.png" width="80" height="80">](http://www.dgg.net/appload.htm) | [<img src="image/zhibo_logo.png" width="80" height="80">](http://www.zhibocloud.cn/)|
**天天视频** | **天天直播** | **中斗通航** | **中斗祥云** | **麋鹿旅行** |
[<img src="image/tiantian_video_logo.png" width="80" height="80">](http://sj.qq.com/myapp/detail.htm?apkName=com.dzwh.ttys) | [<img src="image/tiantian_live_logo.png" width="80" height="80">](http://www.25pp.com/android/detail_7611392/) | [<img src="image/tong_hang_logo.png" width="80" height="80">](https://fir.im/3176) | <img src="image/xiang_yun_logo.png" width="80" height="80"> | [<img src="image/mi_lu_logo.png" width="80" height="80">](http://android.myapp.com/myapp/detail.htm?apkName=com.elk.tourist) |
**汇财富** | **觅窝** | **(Internal App ...)** | **(In Progress App ...)** | **(Your App ...)** |
[<img src="image/hui_cai_fu_logo.png" width="80" height="80">](http://android.myapp.com/myapp/detail.htm?apkName=com.tahone.client) | [<img src="image/mi_wo_logo.png" width="80" height="80">](http://miwo.ai/) | <img src="image/android_logo.png" width="80" height="80"> | <img src="image/android_logo.png" width="80" height="80"> | <img src="image/android_logo.png" width="80" height="80">|
2016-12-16 15:04:19 +08:00
2017-03-22 16:03:11 +08:00
## Update
2017-08-05 14:25:05 +08:00
* Thursday, 20 July 2017: [**RetrofitUrlManager**](https://github.com/JessYanCoding/RetrofitUrlManager)
2017-06-13 23:24:02 +08:00
* Tuesday, 13 June 2017: [**ProgressManager**](https://github.com/JessYanCoding/ProgressManager)
2017-06-03 14:19:54 +08:00
* Wednesday, 31 May 2017: [**Template**](https://github.com/JessYanCoding/MVPArmsTemplate)
2017-04-24 18:37:21 +08:00
* Monday, 24 April 2017: [**AppDelegate**](https://github.com/JessYanCoding/MVPArms/wiki#3.12)
2017-04-18 14:29:04 +08:00
* Thursday, 13 April 2017: [**RepositoryManager**](https://github.com/JessYanCoding/MVPArms/wiki#2.3)
2016-12-16 15:04:19 +08:00
* Thursday, 15 December 2016: [**AppManager**](https://github.com/JessYanCoding/MVPArms/wiki#3.11)
2016-12-25 20:04:50 +08:00
* Sunday, 25 December 2016: [**GlobeConfigModule**](https://github.com/JessYanCoding/MVPArms/wiki#3.1)
2016-12-26 14:47:08 +08:00
* Monday, 26 December 2016: [**Version Update**](https://github.com/JessYanCoding/MVPArms/wiki#1.6)
2016-12-16 15:04:19 +08:00
2017-03-22 16:03:11 +08:00
## Acknowledgements
2017-08-21 14:10:13 +08:00
Thanks to all the three libraries used in this framework **Author**, and all for the **Open Sourece** selfless contributions **Developer** and **Organizations**, so that we can better work and study, I will also spare time return to the open source community
2016-08-06 20:08:44 +08:00
2017-09-06 17:28:30 +08:00
## Donate
2017-09-06 18:55:47 +08:00
![alipay](image/pay_alipay.jpg) ![](image/pay_wxpay.jpg)
2017-09-06 17:28:30 +08:00
2017-03-22 16:03:11 +08:00
## About Me
2017-03-03 02:44:43 +08:00
* **Email**: <jess.yan.effort@gmail.com>
* **Home**: <http://jessyan.me>
2017-03-03 02:41:58 +08:00
* **掘金**: <https://gold.xitu.io/user/57a9dbd9165abd0061714613>
* **简书**: <http://www.jianshu.com/u/1d0c0bc634db>
2016-08-06 17:05:05 +08:00
2017-03-22 16:03:11 +08:00
## License
2016-08-25 09:09:05 +08:00
```
2016-09-08 23:33:32 +08:00
Copyright 2016, jessyan
2016-09-08 23:32:50 +08:00
2016-08-06 17:05:05 +08:00
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
2016-08-26 10:13:20 +08:00
You may obtain a copy of the License at
2016-09-04 16:48:01 +08:00
2016-09-09 15:48:59 +08:00
http://www.apache.org/licenses/LICENSE-2.0
2016-08-06 17:05:05 +08:00
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.
```