iWebkit vs. JQTouch vs. iUI

后端 未结 7 1057
北海茫月
北海茫月 2020-12-12 13:18

I am going to develop a content rich application that ideally should have been an iPhone-app, but since I\'m short on time, I will stick with technologies that I can, such a

相关标签:
7条回答
  • 2020-12-12 13:57

    I have done a short list of frameworks for this type of development see here and am working on an article comparing but the holiday and work intervened.

    Personally i have done a site in iUI which was a conversion from a Mac Widget, so reused a lot of code. It was relatively easy to do, the code is solid (for iUI) and there is a site where there is support.

    JQTouch looks good and so does iWebkit. Quickconnect is well supported and has a book associated with it (which by now should be wildly out of date) and Quickconnect claims to be useable for other mobile platforms as well.

    Only hasving lloked i would probably go for JQTouch next time around as it will have mainstream support just with it being based on JQuery.

    0 讨论(0)
  • 2020-12-12 13:58

    jQTouch and iUI work with QuickConnect Hybrid framework and PhoneGap.

    jQTouch is jQuery web GUI framework for mobile devices (e.g. iPhone, Android, etc.).

    iUI is javascript web GUI framework for mobile devices (e.g. iPhone, Android, etc.).

    While QuickConnect and PhoneGap are Hybrid framework for mobile devices. For example in iOS, QuickConnect and PhoneGap use Xcode + iOS SDK + Javascript, while in Android, the two use Java + Android SDK + Javascript.

    I use these frameworks, jQTouch is better than iUI at the moment. QuickConnect is also better than PhoneGap. However, PhoneGap is popular since it address other mobile OSes aside from iOS and Android. QuickConnect has support for iOS and Android.

    0 讨论(0)
  • 2020-12-12 14:05

    I've gone with JQTouch for some prototyping as it seemed the best fit, and the most convenient for my needs.

    Yet I would not recommend to build your main business around a webbased iPhone app. Even though it has quite a good set of features, it just doesn't feel responsive enough, and getting to get the app look perfectly like UX designed it can be some pain in the ass, as not the whole set of iPhone UI elements are implemented.

    Yet I have to say that it was a matter of minutes to get a service-consuming app running that looks like a real iPhone app.

    0 讨论(0)
  • 2020-12-12 14:10

    Jqtouch has the community support and also certain very helpful libraries now for persistence HTML5 support with inmemory db and even more so very fluid appearence.

    0 讨论(0)
  • 2020-12-12 14:13

    I've talked about this subject a couple of days ago in a WebTuesday meeting, here are the slides of the presentation:

    http://www.slideshare.net/akosma/webtuesday-mobile-web-applications-framework-overview

    I talk about the following frameworks / technologies:

    • iUI
    • jQTouch
    • WebApp.net
    • iWebKit
    • SproutCore / Cappuccino
    • Yahoo! Blueprint

    I personally have used iUI, and then later jQTouch, which I literally fell in love with.

    0 讨论(0)
  • 2020-12-12 14:20

    I actually just finished writing and article comparing iUI and jQTouch. In my opinion, go with jQTouch because it covers a greater selection of WebKit browser phones like the Palm Pre, Droid and Nexus One.

    It will be a slightly larger in file size because it includes the core jQuery library. But if you are already using jQuery in your site, that shouldn't matter.

    You check out my article here: http://www.heinencreative.com/archives/articles/iui-vs-jqtouch/

    0 讨论(0)
提交回复
热议问题