Expert Android Programming
上QQ阅读APP看书,第一时间看更新

SOLID Android Development and Its Design Principles

SOLID is a mnemonic acronym that helps define the five basic object-oriented design principles:

  • Single Responsibility Principle
  • Open-Closed Principle
  • Liskov Substitution Principle
  • Interface Segregation Principle
  • Dependency Inversion Principle