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 1 Java
2018-05-18 17:07:02 +08:00
![Logo](image/arms_banner_v1.0.jpg)
2019-03-29 11:51:50 +08:00
![Official](image/official.jpeg)
2019-03-14 16:39:51 +08:00
2017-11-10 22:02:35 -06:00
<p align="center">
2018-11-07 15:42:02 +08:00
<a href="https://bintray.com/jessyancoding/maven/MVPArms/_latestVersion">
2019-07-14 16:45:02 +08:00
<img src="https://img.shields.io/badge/Jcenter-v2.5.2-brightgreen.svg?style=flat-square" alt="Latest Stable Version" />
2017-11-10 22:02:35 -06:00
</a>
<a href="https://travis-ci.org/JessYanCoding/MVPArms">
<img src="https://travis-ci.org/JessYanCoding/MVPArms.svg?branch=master" alt="Build Status" />
</a>
2018-03-01 14:28:52 +08:00
<a href="https://developer.android.com/about/versions/android-4.0.html">
<img src="https://img.shields.io/badge/API-14%2B-blue.svg?style=flat-square" alt="Min Sdk Version" />
2017-11-10 22:02:35 -06:00
</a>
<a href="http://www.apache.org/licenses/LICENSE-2.0">
<img src="http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square" alt="License" />
</a>
2018-04-28 10:46:21 +08:00
<a href="https://www.jianshu.com/u/1d0c0bc634db">
<img src="https://img.shields.io/badge/Author-JessYan-orange.svg?style=flat-square" alt="Author" />
</a>
2018-11-14 15:05:20 +08:00
<a href="https://shang.qq.com/wpa/qunwpa?idkey=7e59e59145e6c7c68932ace10f52790636451f01d1ecadb6a652b1df234df753">
2018-10-29 17:14:25 +08:00
<img src="https://img.shields.io/badge/QQ%E7%BE%A4-455850365%20%7C%20301733278-orange.svg?style=flat-square" alt="QQ Group" />
2017-11-10 22:02:35 -06:00
</a>
</p>
<p align="center">
<a href="MVPArms.md">
<b>中文说明</b>
</a>
</p>
2016-11-15 22:59:31 +08:00
2018-05-18 20:49:18 +08:00
## A common Architecture for Android Applications developing based on MVP, integrates many Open Source Projects (like Dagger2、RxJava、Retrofit ...), to make your developing quicker and easier.
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
2018-06-12 17:31:22 +08:00
> New Project (**The following steps are too cumbersome? Now you can use the [new feature (generate an app Module with one click)](https://github.com/JessYanCoding/MVPArms-Module-Template) in new projects, to avoid the cumbersome configuration of the project, to quickly open the world of MVPArms**)
2018-07-25 14:30:26 +08:00
>> If you are building a new project, directly to the entire project **clone** (or download), as **demo** 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, **demo 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
2018-08-20 18:18:27 +08:00
* Use this frame comes with automatic screen adaptation function, please refer to [AndroidAutoSize](https://github.com/JessYanCoding/AndroidAutoSize).
2016-09-06 23:34:52 +08:00
2018-08-20 18:01:05 +08:00
* This framework does not provide any third-party libraries associated with the **UI**.
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)
2017-09-15 16:31:16 +08:00
3. [`RxJava`](https://github.com/ReactiveX/RxJava)
2016-11-15 22:59:31 +08:00
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)
2018-08-20 18:05:47 +08:00
11. [`AndroidAutoSize`](https://github.com/JessYanCoding/AndroidAutoSize)
2017-05-29 12:51:09 +08:00
12. [`Gson`](https://github.com/google/gson)
13. [`Butterknife`](https://github.com/JakeWharton/butterknife)
2018-12-04 09:50:27 +08:00
14. [`AndroidEventBus`](https://github.com/hehonghui/AndroidEventBus)
2017-05-29 12:51:09 +08:00
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?
2018-11-30 18:49:40 +08:00
**天府通** | **小顶家装 工长端** | **小顶家装 工人端** | **小顶家装 材料端** | **小顶网** |
:-------------------------------------------------------------------:|:----------:|:---------------:|:--------:|:--------------:|
[<img src="image/tianfutong_logo.png" width="80" height="80">](https://android.myapp.com/myapp/detail.htm?apkName=com.chinarainbow.tft) | [<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/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) |
**汇财富** | **觅窝** | **晒墨宝** | **智播** | **(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/shaimobao_logo.png" width="80" height="80">](http://sj.qq.com/myapp/search.htm?kw=%E6%99%92%E5%A2%A8%E5%AE%9D) | [<img src="image/zhibo_logo.png" width="80" height="80">](http://www.zhibocloud.cn/) | <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
## Acknowledgements
2019-09-19 11:47:33 +08:00
Thanks to all the three libraries used in this framework **Author**, and all for the **Open Source** 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-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>
2018-10-29 17:14:25 +08:00
* **掘金**: <https://juejin.im/user/57a9dbd9165abd0061714613>
* **简书**: <https://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.
```