Skip to content

Architecture

Ivan Schütz edited this page Aug 1, 2020 · 5 revisions
  • RxSwift
  • MVVM
  • SQlite
  • Dependency injection with Dip
  • UI with XIB or SwiftUI
  • Swift Package Manager. Use CocoaPods as fallback for binaries or resources until SPM supports them.
  • The domain logic, networking and database is in a Rust library, shared with Android.
Clone this wiki locally