<?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>Wed, 08 Feb 2012 11:08:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Android</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-opening-a-webpage-in-your-app-from-using-intents/comment-page-1/#comment-5074</link>
		<dc:creator>Android</dc:creator>
		<pubDate>Tue, 24 May 2011 22:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=545#comment-5074</guid>
		<description>You need to show your Toast messages or they don&#039;t show up.

Toast.makeText(TestApp.this, &quot;Browser not found.&quot;, Toast.LENGTH_SHORT).show();

And of course in production code, your using resource strings, right? ;)</description>
		<content:encoded><![CDATA[<p>You need to show your Toast messages or they don&#8217;t show up.</p>
<p>Toast.makeText(TestApp.this, &#8220;Browser not found.&#8221;, Toast.LENGTH_SHORT).show();</p>
<p>And of course in production code, your using resource strings, right? <img src='http://www.stealthcopter.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<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>

