App Architecture: iOS Application Design Patterns in Swift
暫譯: 應用架構:Swift中的iOS應用設計模式
Chris Eidhof, Matt Gallagher, Florian Kugler
- 出版商: W. W. Norton
- 出版日期: 2018-05-13
- 售價: $1,870
- 貴賓價: 9.5 折 $1,777
- 語言: 英文
- 頁數: 230
- 裝訂: Paperback
- ISBN: 1719030251
- ISBN-13: 9781719030250
-
相關分類:
Design Pattern
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
Swift 設計模式 (Pro Design Patterns in Swift)$680$537 -
RxSwift: Reactive Programming with Swift, Second Edition$2,060$1,957 -
一分鐘驚艷簡報術$450$383 -
深入淺出 Android 開發, 2/e (Head First Android Development: A Brain-Friendly Guide, 2/e)$1,200$948 -
上台的技術$350$298 -
Beginning Reactive Programming with Swift: Using RxSwift, Amazon Web Services, and JSON with iOS and macOS$1,500$1,425 -
Beginning Machine Learning in IOS: Coreml Framework$1,180$1,121 -
圖解蘋果核心開發技術 -- Objective-C 物件導向程式設計極效攻略 (舊名: 最快學會 Objective-C 定點突破攻略)$520$442 -
iOS 13 程式設計實戰 -- Swift 5.1 / SwiftUI 框架|快速上手的開發技巧 200+$580$458
相關主題
商品描述
This book explains a range of application design patterns and their implementation techniques using a single example app, fully implemented in five design patterns.
Instead of advocating for any particular pattern, we lay out the problems all architectures are trying to address: constructing the app’s components, communicating between the view and the model, and handling non-model state. We show high-level solutions to these problems and break them down to the level of implementation for five different design patterns — two commonly used and three more experimental.
The common architectures are Model-View-Controller and Model-View-ViewModel + Coordinator. In addition to explaining these patterns conceptually and on the implementation level, we discuss solutions to commonly encountered problems, like massive view controllers.On the experimental side we explain View-State-Driven Model-View-Controller, ModelAdapter-ViewBinder, and The Elm Architecture. By examining these experimental patterns, we extract valuable lessons that can be applied to other patterns and to existing code bases.
商品描述(中文翻譯)
這本書解釋了一系列的應用程式設計模式及其實作技術,並使用一個完整的範例應用程式,完全實作於五種設計模式中。
我們並不主張任何特定的模式,而是列出所有架構試圖解決的問題:構建應用程式的組件、視圖與模型之間的通信,以及處理非模型狀態。我們展示了這些問題的高層解決方案,並將其細分到五種不同設計模式的實作層面——兩種常用的模式和三種較為
