Web integration
Android comes equipped with WebKit, a complete HTML rendering engine also used in Apple's Safari and
Google's Chrome.
WebKit supports CSS Level 3 stylesheets and also sports a performant JavaScript engine(Google's V8,
which outperforms most other JavaScript VMs in many head-to-head comparisons).
The browser engine Android provides isn't stripped down. It's not exactly the same as your desktop browser, but it's close.
use of Webkit isn't constrained to the Browser application. In fact, you can embed HTML backed by WebKit
directly into your application by using a UI widget component called a WebView.
相关推荐
echoes 2020-08-20
RainyX 2020-07-26
sunshineboyleng 2020-07-08
程序员俱乐部 2020-06-28
zhanghao 2020-06-16
e度空间 2020-06-11
sunshineboyleng 2020-06-04
bertzhang 2020-06-02
xtuhcy 2020-05-20
tichangde 2020-05-19
sunshineboyleng 2020-04-27
coulder 2020-03-07