Mobile Development Architecture & Design Patterns

前端 未结 4 721
长情又很酷
长情又很酷 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:42

    Here are two books whose table of contents (at least) you should read.

    0 讨论(0)
  • 2021-02-05 20:43

    Here is a beautiful book whose contents must be read. and it is from Microsoft and absolutely free of cost.

    http://robtiffany.com/wp-content/uploads/2012/08/Mobile_Architecture_Guide_v1.1.pdf

    This book will give you step by step information as what all you need to keep in your mind while designing a Mobile Application solution.

    Regards Rajeev

    0 讨论(0)
  • 2021-02-05 20:51

    This is a good book: Mobile Design Pattern Gallery by By Theresa Neil. And this is the website for the book here.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题