-
Notifications
You must be signed in to change notification settings - Fork 43
关于android架构的文章工程等
cheyiliu edited this page Aug 1, 2016
·
14 revisions
- 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 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
Just build something.