English 中文(简体)
网上应用有哪些最佳做法?
原标题:What are some best-practices for web-based iOS applications?
  • 时间:2010-11-22 20:01:15
  •  标签:
  • ios
  • iphone

我最近开始在发展领域玩.,并且已经走到了大多数基本点。 然而,我想知道一些最佳做法,以及你认为在编码做法和应用结构方面的最佳办法是什么。

我所铭记的是一种简单的应用,从一个网络服务器获取信息,向用户展示数据,并使用户能够编辑数据,然后在网络服务器上更新数据。

我要知道的是:

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.

感谢!

最佳回答

这同你一样,需要一个SOS,更像一个以Pi公司为基地的浏览器。 如果你需要全球定位系统、照相机、吉罗镜等特征,从属于电话的本土东西中取走,那么,是用SOS建造。

但是,如果它有一个简单的网络应用程序,能够开展你所提到的业务,那么你就可以考虑建立一个移动的网络应用程序。 唯一一点是,它将在Pily、Daina、WiMo7之间工作,实际上任何能够容纳浏览器的东西。

(1) 你们可以收看你们的舒适之处。 I program in both ASP. NET和Adhury网络。 个人,Im在Django 和Avre建造一个网络。 它是廉价的(免费的),学习和活跃的社区有许多资源。

(2) 安全是一个相当庞大的议题,除了认证和授权之外,还有许多东西需要考虑,例如交叉现场描述、q射等等。 Django有一些帮助。 但是,在最简单的情况下,在进行认证时,你能够用SSL加密确保你的网站的安全。 你们也应当把开放投资基金视为认证的一种选择,例如StackOverflow如何使你选择。

3) 我在家里对我的课本或纸浆进行“游戏”。 你们可以凭借自己的机器,并在你重新准备像亚马孙或像媒体寺一样,选择一个东道国的时候,这样做。

问题回答

暂无回答




相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签