<?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: Episode #10 &#8211; Intents: An Introduction</title>
	<atom:link href="http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/</link>
	<description>Video Tutorials for Google Android Development</description>
	<lastBuildDate>Fri, 03 Sep 2010 12:51:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mathias Reisch</title>
		<link>http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/comment-page-1/#comment-204</link>
		<dc:creator>Mathias Reisch</dc:creator>
		<pubDate>Tue, 27 Jul 2010 22:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtensivearts.com/?p=243#comment-204</guid>
		<description>Hey Jack,

fullscreen mode should actually work just like it always did. If it was not there when you tried to watch a video it might be due to some ongoing maintenance at the video hosting service. Nothing to worry about, I just checked and it is apparently back in all its glory. Let me know if you keep having trouble with it.</description>
		<content:encoded><![CDATA[<p>Hey Jack,</p>
<p>fullscreen mode should actually work just like it always did. If it was not there when you tried to watch a video it might be due to some ongoing maintenance at the video hosting service. Nothing to worry about, I just checked and it is apparently back in all its glory. Let me know if you keep having trouble with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/comment-page-1/#comment-203</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Tue, 27 Jul 2010 21:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtensivearts.com/?p=243#comment-203</guid>
		<description>Why suddenly the full screen mode dispeared from the control bar of all tutorials video.
    
    It&#039;s really inconvient to watch in such a tiny screen.</description>
		<content:encoded><![CDATA[<p>Why suddenly the full screen mode dispeared from the control bar of all tutorials video.</p>
<p>    It&#8217;s really inconvient to watch in such a tiny screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ido</title>
		<link>http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/comment-page-1/#comment-176</link>
		<dc:creator>Ido</dc:creator>
		<pubDate>Sun, 13 Jun 2010 14:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtensivearts.com/?p=243#comment-176</guid>
		<description>Hello matias, great tutorials.

i tryed to expend it a little on my own: i added a button to launch a game but i cant find a uri to launch another app

may be im not suppose to use intents...

How do you do that?</description>
		<content:encoded><![CDATA[<p>Hello matias, great tutorials.</p>
<p>i tryed to expend it a little on my own: i added a button to launch a game but i cant find a uri to launch another app</p>
<p>may be im not suppose to use intents&#8230;</p>
<p>How do you do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mayank singh rajawat</title>
		<link>http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/comment-page-1/#comment-149</link>
		<dc:creator>mayank singh rajawat</dc:creator>
		<pubDate>Thu, 20 May 2010 13:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtensivearts.com/?p=243#comment-149</guid>
		<description>Hi,

   Im working on a application which need to choose a image from file system and upload it on to a web server, after i saw this tutorial i used the &quot;ACTION.CHOOSER&quot; for setAction of intent but i got the exception &quot;Activity not found&quot;
can u plz put some light on it,how to choose a image file fron galary and how to add different images to my emulators galary  under windows envrionment.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>   Im working on a application which need to choose a image from file system and upload it on to a web server, after i saw this tutorial i used the &#8220;ACTION.CHOOSER&#8221; for setAction of intent but i got the exception &#8220;Activity not found&#8221;<br />
can u plz put some light on it,how to choose a image file fron galary and how to add different images to my emulators galary  under windows envrionment.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Reisch</title>
		<link>http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/comment-page-1/#comment-114</link>
		<dc:creator>Mathias Reisch</dc:creator>
		<pubDate>Sat, 24 Apr 2010 18:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtensivearts.com/?p=243#comment-114</guid>
		<description>Hey Amy, thank you for your comment. Game programming for Android is a rather complex topic that requires not only knowledge of the Android API but also knowledge of specific things related to game design. Especially when you want to go for 3D games you have to know a lot about OpenGL programming, game mechanics and so on. Due to its complexity that topic cannot be covered in a few video tutorials. However, I might do one or two videos about 2D graphics so that you can learn about the basics and improve your skills from there.</description>
		<content:encoded><![CDATA[<p>Hey Amy, thank you for your comment. Game programming for Android is a rather complex topic that requires not only knowledge of the Android API but also knowledge of specific things related to game design. Especially when you want to go for 3D games you have to know a lot about OpenGL programming, game mechanics and so on. Due to its complexity that topic cannot be covered in a few video tutorials. However, I might do one or two videos about 2D graphics so that you can learn about the basics and improve your skills from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/comment-page-1/#comment-110</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Fri, 23 Apr 2010 06:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtensivearts.com/?p=243#comment-110</guid>
		<description>I like all your tutorials pretty much but can you please give a tutorial on game programming.</description>
		<content:encoded><![CDATA[<p>I like all your tutorials pretty much but can you please give a tutorial on game programming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle</title>
		<link>http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/comment-page-1/#comment-101</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Mon, 19 Apr 2010 21:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtensivearts.com/?p=243#comment-101</guid>
		<description>hi MR,
first of all there has been a significant improvement in your English pronunciation ,
i actually need to build a Q&amp;N type of app,so could you please upload the upcoming videos a bit early.
thank u</description>
		<content:encoded><![CDATA[<p>hi MR,<br />
first of all there has been a significant improvement in your English pronunciation ,<br />
i actually need to build a Q&amp;N type of app,so could you please upload the upcoming videos a bit early.<br />
thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/comment-page-1/#comment-99</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Sun, 18 Apr 2010 23:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtensivearts.com/?p=243#comment-99</guid>
		<description>great work. i like to see more videos about more complex example. hope u upload more. thanks.</description>
		<content:encoded><![CDATA[<p>great work. i like to see more videos about more complex example. hope u upload more. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur Upadhyaya</title>
		<link>http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/comment-page-1/#comment-85</link>
		<dc:creator>Ankur Upadhyaya</dc:creator>
		<pubDate>Fri, 12 Mar 2010 10:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtensivearts.com/?p=243#comment-85</guid>
		<description>I am waiting fr ur reply Mathias..
plz reply as soon a possible and help me out.
plz giv a tutorial on game programming in android</description>
		<content:encoded><![CDATA[<p>I am waiting fr ur reply Mathias..<br />
plz reply as soon a possible and help me out.<br />
plz giv a tutorial on game programming in android</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur Upadhyaya</title>
		<link>http://www.xtensivearts.com/2009/10/06/episode-10-intents-an-introduction/comment-page-1/#comment-84</link>
		<dc:creator>Ankur Upadhyaya</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.xtensivearts.com/?p=243#comment-84</guid>
		<description>I like all your tutorials pretty much but can you please give a tutorial on game programming.</description>
		<content:encoded><![CDATA[<p>I like all your tutorials pretty much but can you please give a tutorial on game programming.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
