<?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: Opening a webpage in your app using Intents</title>
	<atom:link href="http://www.stealthcopter.com/blog/2010/01/android-opening-a-webpage-in-your-app-from-using-intents/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stealthcopter.com/blog/2010/01/android-opening-a-webpage-in-your-app-from-using-intents/</link>
	<description>Android, Linux, Python and stealthcopters</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:28:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: mat</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-opening-a-webpage-in-your-app-from-using-intents/comment-page-1/#comment-109</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=545#comment-109</guid>
		<description>Yes I usually use &lt;em&gt;TestApp.this&lt;/em&gt; or whatever to call this function, I just wanted to show an example that would work independently.</description>
		<content:encoded><![CDATA[<p>Yes I usually use <em>TestApp.this</em> or whatever to call this function, I just wanted to show an example that would work independently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Murphy</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-opening-a-webpage-in-your-app-from-using-intents/comment-page-1/#comment-108</link>
		<dc:creator>Mark Murphy</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=545#comment-108</guid>
		<description>You don&#039;t need the getApplicationContext() line. Just use whatever Activity, Service, etc. your code is running in, as they are all subclasses of Context. Also, you can put the Uri in the Intent constructor rather than in a separate setData() call: new Intent(Intent.ACTION_VIEW, Uri.parse(&quot;http://www.stealthcopter.com/wordcube&quot;))</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need the getApplicationContext() line. Just use whatever Activity, Service, etc. your code is running in, as they are all subclasses of Context. Also, you can put the Uri in the Intent constructor rather than in a separate setData() call: new Intent(Intent.ACTION_VIEW, Uri.parse(&#8220;http://www.stealthcopter.com/wordcube&#8221;))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
