Hybrid App

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

 

Native_html5_hybrid

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:Hybrid App开发实战

Ref:跨终端Web之Hybrid App

Ref:2015年,移动开发都有哪些热点?

原文地址:https://www.cnblogs.com/ncore/p/4778764.html