0

我是一名经验丰富的 iOS 开发人员,经过大量决策后,我们得出结论,将 phoneGap 用于我们的下一个项目,该项目应该是一个多平台应用程序。现在的问题是在PhoneGap、Sencha 和jQuery Mobile 中使用什么?

我访问了 SO、Quora 和很多博客上的旧帖子,得出的结论是,jQuery Mobile 非常适合入门和学习,但 Sencha 在控件、客户端上的 MVC 和可扩展性方面要强大得多。

我过去使用过 jquery、jquery 插件和 ExtJS,我对他们的任何一个移动设备都很好。

所以说到重点,我们的应用程序将由一个不知道我们将使用什么来制作应用程序的设计师设计。

他将为我们提供应用程序的线框图和用于放置在按钮、标签栏等上的图像的切片。

这就是我们标准 iOS 设计流程的工作方式。那么这两个框架中哪一个适合这种开发风格,我将能够复制设计师给出的 UI。

4

2 回答 2

0

Coming from iOS, Sencha Touch might be a little closer to what you're used to. Having had a little iOS experience, I feel like ST has a much closer layout system. jQuery Mobile would be best if the implementor is used to building things for the browser.

于 2012-08-26T14:45:17.280 回答
0

I think both are equally customizable. Having that said ST provides more built in components and hooks whereas jqm wants you to do more on your own. Both frameworks differ extremely in their approach. Jqm uses a declarative designer friendly approach whereas ST uses an OOP programmer friendly approach.

于 2012-08-26T17:39:24.407 回答