MVPArms

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.

English description

Usage

New Project

If you are building a new project, directly to the entire project clone (or download), as Demo as the main module, then the package name into their own package name , Demo contains the package structure can be used directly, a mainstream MVP +Dagger2 + Retrofit +Rxjava framework so easy to build successful, and now you refer Demo Mvp Package under the UserActivity format,Use Template to automatically generate MVP, Dagger2 related classes under the corresponding package,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

Notice

Functionality & Libraries

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

Update

TODO

  • Improve RxErrorHandler
  • Improve RequestIntercept

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.
Copy the code