`
zsjg13
  • 浏览: 142393 次
  • 性别: Icon_minigender_1
  • 来自: 安徽
社区版块
存档分类
最新评论

Using WebViews and JavaScript

阅读更多

If you want to leverage your web development skills to build Android apps, another interesting option is 

available: WebViews.

 

Android provides the android.webkit.WebView, a View that shows a web page. It uses the popular open

source WebKit library to render web content. WebKit is a C++ library and you can think of WebView and 

its related classes as Java wrappers to that library.

 

WebViews are a first-class citizen in Android. You can expose most of the APIs in Android to a web page

running inside a WebView.

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics