当前位置: 代码迷 >> Web前端 >> 关于Mobile Development Webapp UI FrameWork的知识,跟大家分享一上
  详细解决方案

关于Mobile Development Webapp UI FrameWork的知识,跟大家分享一上

热度:947   发布时间:2012-08-30 09:55:54.0
关于Mobile Development Webapp UI FrameWork的知识,跟大家分享一下

关于webapp UI FrameWork的知识,跟大家分享一下,鉴于用中文表达更好点,就用中文了。

?

?

第一个网站:建议 hybrid approach(web approach + native approach) 方法 UI

http://www.uxmag.com/technology/choosing-an-approach-to-mobile-development

?

?

?

?

?

第二个网站:分析比较了多种现有的 webapp UI Framework

?

http://distractable.net/coding/iphone-android-web-application-frameworks/

?

?

Name

支持底层

如何支持底层

phonegap

YES, Access native functionality of both the iPhone and Android handsets

  • Phonegap gives you access to native functions of the smartphone through creating some bridges through a native application container and some special javascript calls. For instance, if you want to access the GPS through your javascript code that’s a relatively simple thing to do (NOTE: Part of the HTML 5 specification contains a geolocation API that has already been implemented in Safari in the new iPhone 3GS and upgrade OS).

rhomobile

YES, Like PhoneGap, RhoMobile provides access to the lower level functions of the device such as GPS, while not making you code in Objective C.

?It support Ruby

jqtouch

NO, Access to the lower level functions of the device is not provided (except for the GPS, because as mentioned before the new OS permits access to the GPS through the HTML5 geolocation API)

?

?

titanium

YES, Access native functionality of both the iPhone and Android handsets, as per PhoneGap.

It use Python and Ruby

iwebkit

Need to check

?

iui

Need to check

?

?

?

综上,鉴于以上大多都是基于 iPhone而生的框架Android native function的支持难免不够成熟, 所以这部分还要研究。

  相关解决方案