码迷,mamicode.com
首页 > 移动开发 > 详细

Hybrid App

时间:2015-09-02 15:58:07      阅读:126      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!