Home

Awesome

Logo Official

<p align="center"> <a href="https://bintray.com/jessyancoding/maven/MVPArms/_latestVersion"> <img src="https://img.shields.io/badge/Jcenter-v2.5.2-brightgreen.svg?style=flat-square" alt="Latest Stable Version" /> </a> <a href="https://travis-ci.org/JessYanCoding/MVPArms"> <img src="https://travis-ci.org/JessYanCoding/MVPArms.svg?branch=master" alt="Build Status" /> </a> <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" /> </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> <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> <a href="https://shang.qq.com/wpa/qunwpa?idkey=7e59e59145e6c7c68932ace10f52790636451f01d1ecadb6a652b1df234df753"> <img src="https://img.shields.io/badge/QQ%E7%BE%A4-455850365%20%7C%20301733278-orange.svg?style=flat-square" alt="QQ Group" /> </a> </p> <p align="center"> <a href="MVPArms.md"> <b>中文说明</b> </a> </p>

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.

Architectural

<img src="https://github.com/JessYanCoding/MVPArms/raw/master/image/Architecture.png" width="80%" height="80%">

Usage

New Project (The following steps are too cumbersome? Now you can use the new feature (generate an app Module with one click) in new projects, to avoid the cumbersome configuration of the project, to quickly open the world of MVPArms)

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 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, With access to Wiki documents slowly grasp the framework to see more articles as soon as possible in the project to use it, in practice, learning is the fastest

Old Project

Old projects would like to introduce this framework, you can refer to the Wiki documentation, written in great detail

Wiki

Detailed usage reference Wiki (Must see!!!)

Notice

Functionality & Libraries

  1. Mvp Google's official Mvp architecture project, which contains several different schema branches (this is the Dagger branch).
  2. Dagger2
  3. RxJava
  4. RxAndroid
  5. Rxlifecycle
  6. RxCache
  7. RxPermissions
  8. RxErroHandler
  9. Retrofit
  10. Okhttp
  11. AndroidAutoSize
  12. Gson
  13. Butterknife
  14. AndroidEventBus
  15. Timber
  16. Glide
  17. LeakCanary

Who is using MVPArms?

天府通小顶家装 工长端小顶家装 工人端小顶家装 材料端小顶网
<img src="image/tianfutong_logo.png" width="80" height="80"><img src="image/xiaoding_foreman_logo.png" width="80" height="80"><img src="image/xiaoding_worker_logo.png" width="80" height="80"><img src="image/xiaoding_material_logo.png" width="80" height="80"><img src="image/top_net_work_logo.png" width="80" height="80">
天天视频天天直播中斗通航中斗祥云麋鹿旅行
<img src="image/tiantian_video_logo.png" width="80" height="80"><img src="image/tiantian_live_logo.png" width="80" height="80"><img src="image/tong_hang_logo.png" width="80" height="80"><img src="image/xiang_yun_logo.png" width="80" height="80"><img src="image/mi_lu_logo.png" width="80" height="80">
汇财富觅窝晒墨宝智播(Your App ...)
<img src="image/hui_cai_fu_logo.png" width="80" height="80"><img src="image/mi_wo_logo.png" width="80" height="80"><img src="image/shaimobao_logo.png" width="80" height="80"><img src="image/zhibo_logo.png" width="80" height="80"><img src="image/android_logo.png" width="80" height="80">

Acknowledgements

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

About Me

License

 Copyright 2016, jessyan       
  
   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.