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.

 

 

你可能感兴趣的:(android,webkit,webView)