我最近开始在发展领域玩.,并且已经走到了大多数基本点。 然而,我想知道一些最佳做法,以及你认为在编码做法和应用结构方面的最佳办法是什么。
我所铭记的是一种简单的应用,从一个网络服务器获取信息,向用户展示数据,并使用户能够编辑数据,然后在网络服务器上更新数据。
我要知道的是:
1) What type of web server / architecture is best suited for something like this? For example, data passing / updating similar to something like the facebook or twitter etc. applications where data is retrieved, potentially updated, and sent back for updating.
(2) 何种认证/担保可纳入类似申请? 我指的是服务器上储存的用户名/密码。 显然,数据在转让时应当有保障。
3) 在那里有“免费”网络服务器。 我不建设任何企业规模,只是需要某些地方发挥作用。 谷歌应用引擎是否适合类似的东西? 我现在想到的是,你很可能需要实施网络服务或某种服务。 这是否正确? 还是有更好的办法?
4) 是否有好的辅导? 我已开始在pple.com开发商中心研究这些问题,但我也想听取其他人的意见。
I realise these are not really programming questions, but I would appreciate any insight that some more experienced iOS developers have. I would like to get the best practices down by incorporating the above into an app.
感谢!