-
Notifications
You must be signed in to change notification settings - Fork 0
architecture
Leo edited this page Mar 10, 2023
·
2 revisions
アプリのアーキテクチャは以下のガイドラインを意識しています。
https://developer.android.com/topic/architecture
- ui layer
- Previewでは画面の状態を網羅できるようにuiStateを引数に渡せるかたちのView設計を意識
- ViewModel では
@MainActor
を使用します 以下のエラーを回避するためFix: [SwiftUI] Publishing changes from background threads is not allowed; make sure to publish values from the main thread (via operators like receive(on:)) on model updates.
- data layer