Desing Patterns In this repository we are going to review the most common design patterns in mobile development. Creational Design Patterns Creational design patterns provide various object creation mechanisms, which increase flexibility and reuse of existing code. Singleton Builder Factory Adapter Proxy Facade Observer