Movies icon indicating copy to clipboard operation
Movies copied to clipboard

Simple movies app for architectural experiments.

Movies

Simple movies app for architectural experiments.

Architectures

  • MVVMR: Extension to MVVM which introduces a VIPER-like router and uses principles from Redux for communication between view model and view controller.

  • Core: Core helps you design applications in a way that the app flow is driven by business layer, instead of UI layer. It also promotes unidirectional data flow between components for consistency, high testability and powerful debugging. Core can be seen as a Redux, Flux and MVVM hybrid.

Related Articles