設計模式_目錄

Android的設計模式-設計模式的六大原則 https://www.cnblogs.com/NeilZhang/p/6515899.html

一句話總結23種設計模式則
創建型模式:
Android的設計模式-單例模式 https://www.cnblogs.com/NeilZhang/p/7979629.html
Android的設計模式-建造者模式
Android的設計模式-工廠方法/抽象工廠 https://www.cnblogs.com/NeilZhang/p/10452991.html
Android的設計模式-原型模式 https://www.cnblogs.com/NeilZhang/p/11962151.html

行爲型模式:
Android的設計模式-策略模式 https://www.cnblogs.com/NeilZhang/p/10208399.html
Android的設計模式-狀態模式 https://www.cnblogs.com/NeilZhang/p/11838295.html
Android的設計模式-責任鏈模式 待補充: https://www.runoob.com/design-pattern/chain-of-responsibility-pattern.html
Android的設計模式-觀察者模式 https://www.cnblogs.com/NeilZhang/p/8024647.html
Android的設計模式-模板方法模式 https://www.cnblogs.com/NeilZhang/p/11900965.html
Android的設計模式-迭代器模式 https://www.cnblogs.com/NeilZhang/p/12132358.html
Android的設計模式-備忘錄模式
Android的設計模式-訪問者模式
Android的設計模式-中介者模式
Android的設計模式-解釋器模式
Android的設計模式-命令模式

目錄來源: https://www.jianshu.com/p/1dc997737dd3

系統講解:
http://c.biancheng.net/view/1388.html
https://www.runoob.com/design-pattern/design-pattern-tutorial.html

結構型模式:
Android的設計模式-代理模式 https://www.cnblogs.com/NeilZhang/p/11962927.html
Android的設計模式-組合模式
Android的設計模式-適配器模式 https://www.cnblogs.com/NeilZhang/p/10279549.html
Android的設計模式-裝飾者模式 https://www.cnblogs.com/NeilZhang/p/11885429.html
Android的設計模式-享元模式 https://www.cnblogs.com/NeilZhang/p/11838662.html
Android的設計模式-外觀模式 https://www.cnblogs.com/NeilZhang/p/8029878.html
Android的設計模式-橋接模式

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章