开发者

Good practices for building web application that can later have and mobile(Android/iPhone) version [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

can you advice me a book or something else containing good practices about how to build/structure a web application in a way that wi开发者_JAVA技巧ll be easy to extend it with an Android/iPhone version later.

I am currently trying to get into Django so it will be nice if the practices are related to it, but every hint will be appreciated.


I would suggest just doing Model-View-Controller. If you put all your logic into your controller (which you should), going from a web based application to a mobile one is just writing a new view.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜