美文网首页
App Architecture (Swift4)

App Architecture (Swift4)

作者: BassetHoud | 来源:发表于2020-03-08 03:52 被阅读0次

About This Book
This book is about application architecture: the structures and tools used to bring smaller components together to form an application. Architecture is an important topic in app development since apps typically integrate a large number of diverse components: user events, network services, file services, audio services, graphics and windowing services, and more. Integrating these components while ensuring state and state changes are reliably and correctly propagated between them requires a strong set of rules about how the components should interoperate.
Application Design Patterns
Sets of repeatedly applied design rules are called design patterns, and in this book, we will present an application that’s fully implemented in five major application design patterns, which range from well established to experimental. These are:
→ Model-View-Controller(MVC)
→ Model-View-ViewModel+Coordinator(MVVM-C) → Model-View-Controller+ViewState(MVC+VS)
→ ModelAdapter-ViewBinder(MAVB)
→ TheElmArchitecture(TEA)

链接:https://pan.baidu.com/s/1ptj3vdd7M36yOnLEDWpm9Q 密码:3egd

WechatIMG18.png

相关文章

网友评论

      本文标题:App Architecture (Swift4)

      本文链接:https://www.haomeiwen.com/subject/svkrdhtx.html