0

Im looking into writing a fairly simple iPhone app and need some advice on the choice of platform. I have the following constraints:

App Requirements:

  1. The app should be able to receive strings via a wifi network, process these and then display either a message, or show a preset photo from the library, or change the background color (or any combination of these).
  2. Once started the app will be running continuously on the device, and be a display only client (ie no user interaction on the device itself) - just processing instructions as received over wifi.
  3. Speed: once the strings are sent to the device, the app has to respond quickly (either display image, change color or show preset text as soon as possible.)

My Current Situation:

  1. No previous iOS development experience.
  2. I need to do this within the next 2 months.
  3. I am very comfortable with: HTML, JS, CSS, Python & PHP.
  4. I am familiar with other languages e.g. C++ but have not touched these in a long while.

Question: Choice of Platform:

I know that the best choice would be to use the native iPhone SDK, but given my time constraints and knowledge of existing tech, could tools such as Appcelerator Titanium or PhoneGap be proficient for this kind of application?

Note: At this stage I do not foresee the app being listed on the app store, its meant for personal use only, although this may change in the future.

4

3 回答 3

1

如果可以选择从远程服务器而不是本地照片库加载图像,并且您已经熟悉 HTML/JS/CSS/PHP,为什么不制作一个全屏运行的 Web 应用程序呢?

您可以使用您现有的知识,并且可以省钱(无需 99 美元的许可费)

于 2011-01-21T13:25:26.510 回答
0

我认为你可以用 Titanium 做任何你想做的事情。如果您需要进入原始级别,它甚至支持套接字。原生 iOS 开发是痛苦和可怕的。

Appcelerator 是光荣而有趣的 :]

于 2011-01-28T04:03:53.210 回答
0

您可能想尝试TapLynx - 无需任何代码即可创建本机应用程序。

于 2011-01-21T13:17:10.020 回答