- モバイルアプリで使われるアーキテクチャ - Model - View - ViewModel の構成 - Model: データ、外部とのやりとりなど - View: UI - ViewModel: Model の状態を View が使用しやすい形で持ち、状態の変更を View に通知する