开发者

What are some good Mobile Frameworks/SDKs that are web compliant?

开发者 https://www.devze.com 2023-02-25 00:04 出处:网络
So far I\'ve found 开发者_开发问答the following jQuery/Javascript libraries for mobile development.

So far I've found 开发者_开发问答the following jQuery/Javascript libraries for mobile development.

  • PhoneGap
  • appMobi{!}
  • jQuery Mobile
  • Sencha Touch

I'm wondering what others are available for development that cover the main phones (i.e. Windows Phone 7, Android, and iPhone).


I have tried pretty much all of the frameworks out there for pure HTML5, JavaScript, CSS-based development. Sencha creates wonderful websites, but the learning curve is astounding. It is one of the most counter-intuitive development tools I have ever used. I highly recommend that you avoid it. jQuery mobile so far is the best. It is now in alpha, but generally stable and certainly likely to be the standard approach for targeting mobile in the near future based on its architecture, simplicity, and compatibility. I look at Phonegap as simply a container for your app or a good library for simplified access to native mobile features; it augments jQuery Mobile and does not replace it.


I'm not sure if these support Phone 7 but here are a couple more cross-platform solutions that we evaluated.

Titanium Mobile - http://www.appcelerator.com/products/titanium-mobile-application-development
- like PhoneGap in that it produces an app that gives access to native phone features

Wink Toolkit - http://www.winktoolkit.org/
- like JQueryMobile in that it is a pure web app


There is also jQTouch.

See Sencha Touch or jQuery Mobile?

Also, there is a nice explanation what is a mobile web-app and a native application and what category these frameworks belong to: http://beautyindesign.com/blog/titanium-phonegap-sencha-touch-jquery-mobile-clearing-up-confusion/

0

精彩评论

暂无评论...
验证码 换一张
取 消