Skip to content

Architecture

Alex Cornforth edited this page Sep 10, 2020 · 2 revisions

We use an MVVM-C type architecture.

Responsibilities:

  • Model - Data structures
  • View - Contains view code e.g. UI components, layout etc
  • ViewModel - Contains view layer business logic
  • Coordinator - Contains navigation logic

Clone this wiki locally