关于android架构的文章工程等 - cheyiliu/All-in-One GitHub Wiki
AndroidViewModel
Flux Architecture
Clean Architecture
- http://fernandocejas.com/2014/09/03/architecting-android-the-clean-way/
- https://github.com/android10/Android-CleanArchitecture
- https://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html
- http://martinfowler.com/eaaCatalog/repository.html
- https://github.com/Karumi/Rosie

mvp
- MVP is not an architectural pattern, it’s only responsible for the presentation layer http://antonioleiva.com/mvp-android/
- https://github.com/konmik/konmik.github.io/wiki/Introduction-to-Model-View-Presenter-on-Android
- https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter

mvp+rxjava+eventbus
- http://www.jianshu.com/p/8ca27934c6e6?from=groupmessage&isappinstalled=0 (对应原文: https://medium.com/ribot-labs/android-application-architecture-8b6e34acda65#.l0or88l9v)
- https://github.com/ribot/android-guidelines/blob/master/architecture_guidelines/android_architecture.md



