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

半世苍凉 提交于 2019-12-24 15:26:42

问题


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).


回答1:


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.




回答2:


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




回答3:


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/



来源:https://stackoverflow.com/questions/5682647/what-are-some-good-mobile-frameworks-sdks-that-are-web-compliant

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!