<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Android_create_html_webview</id>
		<title>Android create html webview - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Android_create_html_webview"/>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Android_create_html_webview&amp;action=history"/>
		<updated>2026-05-20T12:54:58Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://wiki.johnfreier.com/index.php?title=Android_create_html_webview&amp;diff=315&amp;oldid=prev</id>
		<title>Jfreier: Created page with 'This creates and html page and uses the webview to display it.   String html = &quot;&lt;html&gt;&lt;body&gt;Hello, World!&lt;/body&gt;&lt;/html&gt;&quot;;  String mime = &quot;text/html&quot;;  String encoding = &quot;utf-8&quot;; …'</title>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Android_create_html_webview&amp;diff=315&amp;oldid=prev"/>
				<updated>2011-06-20T21:39:21Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;This creates and html page and uses the webview to display it.   String html = &amp;quot;&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;Hello, World!&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;;  String mime = &amp;quot;text/html&amp;quot;;  String encoding = &amp;quot;utf-8&amp;quot;; …&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This creates and html page and uses the webview to display it.&lt;br /&gt;
&lt;br /&gt;
 String html = &amp;quot;&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;Hello, World!&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;;&lt;br /&gt;
 String mime = &amp;quot;text/html&amp;quot;;&lt;br /&gt;
 String encoding = &amp;quot;utf-8&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
 WebView myWebView = (WebView)this.findViewById(R.id.webView1);&lt;br /&gt;
 myWebView.getSettings().setJavaScriptEnabled(false);&lt;br /&gt;
 myWebView.loadDataWithBaseURL(null, html, mime, encoding, null);&lt;/div&gt;</summary>
		<author><name>Jfreier</name></author>	</entry>

	</feed>