<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Android Webkit Tutorial</title>
	<atom:link href="http://blogs.nitobi.com/joe/2008/10/08/android-webkit-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nitobi.com/joe/2008/10/08/android-webkit-tutorial/</link>
	<description>A blog about what I do during the day</description>
	<lastBuildDate>Thu, 07 Jul 2011 01:00:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Abhinav Narain</title>
		<link>http://blogs.nitobi.com/joe/2008/10/08/android-webkit-tutorial/comment-page-1/#comment-9680</link>
		<dc:creator>Abhinav Narain</dc:creator>
		<pubDate>Wed, 20 May 2009 04:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/joe/?p=70#comment-9680</guid>
		<description>Just take the uncommented portion. Look carefully , i havent used websetting at all .
I will open the 	

WebView webview;
	/*String htmldata = &quot;Time to play the game  CodeMan Abhinav Narain , IIT M &quot;;
    final String mimetype = &quot;text/html&quot;;
    final String encoding = &quot;UTF-8&quot;;*/ 
	@Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);     
        webview = (WebView) findViewById(R.id.webview);
      //  webview.setWebViewClient(new HelloWebViewClient());
        webview.getSettings().setJavaScriptEnabled(true);
        webview.loadUrl(&quot;http://www.google.com&quot;);
            
    }</description>
		<content:encoded><![CDATA[<p>Just take the uncommented portion. Look carefully , i havent used websetting at all .<br />
I will open the 	</p>
<p>WebView webview;<br />
	/*String htmldata = &#8220;Time to play the game  CodeMan Abhinav Narain , IIT M &#8220;;<br />
    final String mimetype = &#8220;text/html&#8221;;<br />
    final String encoding = &#8220;UTF-8&#8243;;*/<br />
	@Override<br />
    public void onCreate(Bundle savedInstanceState) {<br />
        super.onCreate(savedInstanceState);<br />
        setContentView(R.layout.main);<br />
        webview = (WebView) findViewById(R.id.webview);<br />
      //  webview.setWebViewClient(new HelloWebViewClient());<br />
        webview.getSettings().setJavaScriptEnabled(true);<br />
        webview.loadUrl(&#8220;http://www.google.com&#8221;);</p>
<p>    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smita</title>
		<link>http://blogs.nitobi.com/joe/2008/10/08/android-webkit-tutorial/comment-page-1/#comment-7356</link>
		<dc:creator>Smita</dc:creator>
		<pubDate>Mon, 17 Nov 2008 03:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/joe/?p=70#comment-7356</guid>
		<description>Hello,
    I had able to run the browser but I have to open certified sites but I can&#039;t. Can anybody help me.
Thks in advance.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
    I had able to run the browser but I have to open certified sites but I can&#8217;t. Can anybody help me.<br />
Thks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe B</title>
		<link>http://blogs.nitobi.com/joe/2008/10/08/android-webkit-tutorial/comment-page-1/#comment-6814</link>
		<dc:creator>Joe B</dc:creator>
		<pubDate>Thu, 23 Oct 2008 20:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/joe/?p=70#comment-6814</guid>
		<description>Here it is. Unfortunately, we haven&#039;t gotten the code preview app to work the way that I would like.</description>
		<content:encoded><![CDATA[<p>Here it is. Unfortunately, we haven&#8217;t gotten the code preview app to work the way that I would like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blogs.nitobi.com/joe/2008/10/08/android-webkit-tutorial/comment-page-1/#comment-6813</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 23 Oct 2008 20:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nitobi.com/joe/?p=70#comment-6813</guid>
		<description>There is no code for the layout... Can you please provide it?</description>
		<content:encoded><![CDATA[<p>There is no code for the layout&#8230; Can you please provide it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

