Skip to content

Commit 4c0767e

Browse files
AnthonyAnthony
authored andcommitted
add category
增加3 android中的设计模式
1 parent 5aef357 commit 4c0767e

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,34 @@
4848
+ [AndroidMVPDemo github地址](https://github.com/CameloeAnthony/AndroidMVPDemo)(本文作者MVP demo github地址)
4949
+ [MVVM on Android: What You Need to Know](http://willowtreeapps.com/blog/mvvm-on-android-what-you-need-to-know/)(MVVM介绍,这个博客很不错)
5050
+ [data-bingding guide](https://developer.android.com/tools/data-binding/guide.html)(data-binding guide官网)
51-
+ [Web开发的MVVM模式](http://www.cnblogs.com/dxy1982/p/3793895.html)(MVC VS. MVP VS. MVVM)
5251
+ [Android应用开发架构概述](http://www.liuguangli.win/archives/299)
5352
+ [MVVM介绍](http://objccn.io/issue-13-1/)(iOS中MVVM的一种实现,对概念的理解有帮助)
53+
+ [Android Architecture](https://medium.com/android-news/android-architecture-2f12e1c7d4db#.ta695te6a)(区分andrtoid项目中的MVVM,MVP,MVC)
54+
+ [Web开发的MVVM模式](http://www.cnblogs.com/dxy1982/p/3793895.html)(web开发中的MVC VS. MVP VS. MVVM)
55+
+ [M — Model in MVC, MVP, MVVC in Android](https://medium.com/@artem_zin/m-model-from-mvc-mvp-in-android-flow-and-mortar-bd1e50c45395#.5kbw4q5psd)(android工程MVC,MVVC,MVVM中的Model角色讲解)
5456
+ [Android MVP架构中的Presentation层应该怎么设计](http://mp.weixin.qq.com/s?__biz=MzA3ODg4MDk0Ng==&mid=402868193&idx=1&sn=790e12f84dfcea171528e6d3789c69ed#rd)(如果你面临部分代码不知道放到Presentation层还是UI层的问题,甚至你不知道某段代码是否属于业务代码。不知道如何分清MVP中的代码职责,参考这篇文章)
55-
+
56-
#3 Clean Architecture
57+
58+
#3 Android中的设计模式:
59+
+ [Software design pattern on android](http://www.slideshare.net/PedroVicenteGmezSnch/software-design-patterns-on-android)(安卓中的设计模式,英文ppt)
60+
+ 强烈推荐书籍《Android 源码设计模式解析与实战》
61+
62+
#4 Clean Architecture
5763
+ [The Clean Architecture](https://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html)(clean architecture出处)
5864
+ [Android-CleanArchitecture github地址](https://github.com/android10/Android-CleanArchitecture)(The Clean Architecture文章的例子)
5965
+ [Android Application Architecture原文](https://medium.com/ribot-labs/android-application-architecture-8b6e34acda65#.b29vhtdm2)
6066
+ [Android Application Architecture中文翻译](http://www.jianshu.com/p/8ca27934c6e6)
6167
+ [Architecting Android…The evolution](http://fernandocejas.com/2015/07/18/architecting-android-the-evolution/)
6268
+ [Architecting Android…The evolution中文翻译](http://www.devtf.cn/?p=1083)
6369

64-
#4 Flux
70+
#5 Flux
6571
* [flux and android](https://armueller.github.io/android/2015/03/29/flux-and-android.html)
6672
* [rxflux android architecture](https://medium.com/swlh/rxflux-android-architecture-94f77c857aa2#.sfjwchwok)
6773
* [why rxflux](https://medium.com/swlh/why-rxflux-5b687f062709#.ltlnlr4cl)
6874
* [android flux todo app](https://github.com/lgvalle/android-flux-todo-app)([中文翻译](http://www.devtf.cn/?p=1028))
6975
* [RxFlux](https://github.com/skimarxall/RxFlux)
7076
* [android-flux](https://github.com/naodroid/android-flux)
7177

72-
#5 其它
78+
#6 其它
7379
+ [Artchitecture Library](https://github.com/Juude/Awesome-Android-Architecture/blob/master/Library.md)
7480
+ [Design for Offline: Android App Architecture Best Practices](https://plus.google.com/+AndroidDevelopers/posts/3C4GPowmWLb)
7581
+ [Robust and readable architecture for an Android App](http://blog.joanzapata.com/robust-architecture-for-an-android-app/)

0 commit comments

Comments
 (0)