Hola!!


This site is built using hugo and the theme is built by Fredrik if you enjoy it, it is available at github


Software design patterns

Design Patterns in Android and Java’s core libraries

  • Abstract factory
  • Builder
  • Prototype
  • Singleton
  • Adapter
  • Bridge
  • Composite
  • Facade
  • Flyweight
  • Proxy
  • Chain of responsibility
  • Command
  • Interpreter
  • Iterator
  • Mediator
  • Memento
  • Observer
  • State
  • Strategy
  • Template method
  • Visitor