Skip to content

23种设计模式在Androd项目中的代码实践,根据实际的需求功能场景合理使用对应的设计模式。

Notifications You must be signed in to change notification settings

blindmonk/Android-DesignPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

507fdd1 · Feb 23, 2021

History

10 Commits
Aug 22, 2017
Aug 22, 2017
Jul 26, 2017
Jul 26, 2017
Jul 26, 2017
Jul 26, 2017
Jul 26, 2017
Jul 26, 2017
Feb 23, 2021
Jul 26, 2017
Jul 26, 2017
Jul 26, 2017
Jul 26, 2017
Aug 22, 2017

Repository files navigation

设计模式在Andorid中的实践

23种设计模式在Androd项目中的代码实践,根据实际的需求功能场景合理使用对应的设计模式。

让代码遵循七大原则(单一职责原则、开闭原则、里氏代换原则、依赖倒转原则、接口隔离原则、迪米特法则、合成/聚合复用原则)

使代码增加可重用性、可维护性,让代码更容易被他人理解、保证代码可靠性。

持续更新。

About

23种设计模式在Androd项目中的代码实践,根据实际的需求功能场景合理使用对应的设计模式。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages