iWebkit vs. JQTouch vs. iUI

后端 未结 7 1194
北海茫月
北海茫月 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: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.

提交回复
热议问题