Mobile Development Architecture & Design Patterns

前端 未结 4 780
长情又很酷
长情又很酷 2021-02-05 20:29

I need some links on various mobile development architectures and design patterns, for example, in iPhone Development MVC is been used, same like this, what are the various othe

4条回答
  •  失恋的感觉
    2021-02-05 20:56

    Command, Flyweight, Abstract Factory, Chain of Responsibility, Adapter and so on. Mobile application development is not very different from server and desktop application development (nowadays). For example, if you take a look at Cocoa Fundamentals Guide chapter 4 you will notice that all you need is to study these.

提交回复
热议问题