Open main menu

CDOT Wiki β

Changes

Web Programming Within Android Applications

No change in size, 00:56, 10 February 2015
no edit summary
Does Android support the rendering of HTML/CSS/Javascript natively?
The answer is, yes. WebView is a native way for Android applications to render webpages within Activities. This is done through the WebKit rendering engine built into Android that displays HTML and CSS as if the designated Activity is was a web browsersbrowser. As is mentioned in the article linked below, 'a WebView provides no browser-like widgets, does not enable JavaScript and web page errors are ignored'.
More about WebView can be found here:
http://developer.android.com/reference/android/webkit/WebView.html