首页 > 移动平台 > 详细

Hybrid App

时间:2015-09-02 15:57:48      阅读:245      评论:0      收藏:0      [点我收藏+]
  • Native apps are specific to a given mobile platform (iOS or Android) using the development tools and language that the respective platform supports (e.g., Xcode and Objective-C with iOS, Eclipse and Java with Android). Native apps look and perform the best.
  • HTML5 apps use standard web technologies—typically HTML5, JavaScript and CSS. This write-once-run-anywhere approach to mobile development creates cross-platform mobile applications that work on multiple devices. While developers can create sophisticated apps with HTML5 and JavaScript alone, some vital limitations remain at the time of this writing, specifically session management, secure offline storage, and access to native device functionality (camera, calendar, geolocation, etc.)
  • Hybrid apps make it possible to embed HTML5 apps inside a thin native container, combining the best (and worst) elements of native and HTML5 apps.

 

技术分享

Ref:Native, HTML5, or Hybrid: Understanding Your Mobile Application Development Options

Ref:The Top 7 Hybrid Mobile App Frameworks

Ref:Hybrid Mobile Apps: Providing A Native Experience With Web Technologies

Ref:InfoQ-Hybrid App开发实战

Hybrid App

原文:http://www.cnblogs.com/ncore/p/4778764.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!