<?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 for TouchCentric</title>
	<atom:link href="http://www.touchcentric.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.touchcentric.com/blog</link>
	<description>iPhone-centric stuff we're thinking about</description>
	<lastBuildDate>Thu, 25 Nov 2010 12:39:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Video Mirroring for iOS 4 Apps by Rob Terrell</title>
		<link>http://www.touchcentric.com/blog/archives/123/comment-page-1#comment-547</link>
		<dc:creator>Rob Terrell</dc:creator>
		<pubDate>Thu, 25 Nov 2010 12:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.touchcentric.com/blog/?p=123#comment-547</guid>
		<description>This code DOES work with the composite cable on iOS 4, at least with iPhone 4 and iPad devices. I set up an iPad pushing video and audio to a 52&quot; TV via the composite cable for  trade show last week. Small text isn&#039;t particularly legible, but images look great. I haven&#039;t tested this code on older devices but there&#039;s enough failure reports here to convince me it doesn&#039;t.</description>
		<content:encoded><![CDATA[<p>This code DOES work with the composite cable on iOS 4, at least with iPhone 4 and iPad devices. I set up an iPad pushing video and audio to a 52&#8243; TV via the composite cable for  trade show last week. Small text isn&#8217;t particularly legible, but images look great. I haven&#8217;t tested this code on older devices but there&#8217;s enough failure reports here to convince me it doesn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Mirroring for iOS 4 Apps by Mel Stanley</title>
		<link>http://www.touchcentric.com/blog/archives/123/comment-page-1#comment-546</link>
		<dc:creator>Mel Stanley</dc:creator>
		<pubDate>Thu, 25 Nov 2010 05:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.touchcentric.com/blog/?p=123#comment-546</guid>
		<description>Thanks for providing this great class for use in our apps.  Much like Georg Essl I am trying to figure out a way to push video through the component or composite out cable rather than VGA on iOS 4.  Does anyone know what became of MPTVOutputWindow?  All I really want to do is capture video of my app in action without worrying about screen glare or getting the frame just right with a video camera.</description>
		<content:encoded><![CDATA[<p>Thanks for providing this great class for use in our apps.  Much like Georg Essl I am trying to figure out a way to push video through the component or composite out cable rather than VGA on iOS 4.  Does anyone know what became of MPTVOutputWindow?  All I really want to do is capture video of my app in action without worrying about screen glare or getting the frame just right with a video camera.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android requires .class compatibility by Mel Stanley</title>
		<link>http://www.touchcentric.com/blog/archives/107/comment-page-1#comment-545</link>
		<dc:creator>Mel Stanley</dc:creator>
		<pubDate>Thu, 25 Nov 2010 04:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.touchcentric.com/blog/?p=107#comment-545</guid>
		<description>The setting that controls the class compatibility level in Eclipse is actually available under Project-&gt;Properties, in the Java Compiler section.  The line item is &#039;Compiler Compliance Level&#039;.  It&#039;s a little confusing though because the error message says 5.0 but that actually means setting the compliance level to 1.5.

For what it&#039;s worth I find Eclipse far more awful than Xcode in just about every way.  I can&#039;t believe anyone prefers it to Netbeans.  But if you&#039;re doing Android you don&#039;t have much choice.</description>
		<content:encoded><![CDATA[<p>The setting that controls the class compatibility level in Eclipse is actually available under Project-&gt;Properties, in the Java Compiler section.  The line item is &#8216;Compiler Compliance Level&#8217;.  It&#8217;s a little confusing though because the error message says 5.0 but that actually means setting the compliance level to 1.5.</p>
<p>For what it&#8217;s worth I find Eclipse far more awful than Xcode in just about every way.  I can&#8217;t believe anyone prefers it to Netbeans.  But if you&#8217;re doing Android you don&#8217;t have much choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Mirroring for iOS 4 Apps by Jesse Gomez</title>
		<link>http://www.touchcentric.com/blog/archives/123/comment-page-1#comment-533</link>
		<dc:creator>Jesse Gomez</dc:creator>
		<pubDate>Tue, 26 Oct 2010 17:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.touchcentric.com/blog/?p=123#comment-533</guid>
		<description>You are a god among men. You&#039;ve saved my bacon, and made it super fun and easy. Add A donation widget to your blog, I wanna pay my debt.

Thank you. Thank you.</description>
		<content:encoded><![CDATA[<p>You are a god among men. You&#8217;ve saved my bacon, and made it super fun and easy. Add A donation widget to your blog, I wanna pay my debt.</p>
<p>Thank you. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Mirroring for iOS 4 Apps by Rob Terrell</title>
		<link>http://www.touchcentric.com/blog/archives/123/comment-page-1#comment-264</link>
		<dc:creator>Rob Terrell</dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.touchcentric.com/blog/?p=123#comment-264</guid>
		<description>I dropped it into a Cocos2D project and it worked without trouble. (Note that Cocos2D uses OpenGL so you&#039;ll have to uncomment the &quot;#define USE_UIGETSCREENIMAGE&quot; line.)</description>
		<content:encoded><![CDATA[<p>I dropped it into a Cocos2D project and it worked without trouble. (Note that Cocos2D uses OpenGL so you&#8217;ll have to uncomment the &#8220;#define USE_UIGETSCREENIMAGE&#8221; line.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Mirroring for iOS 4 Apps by EungShik Kim</title>
		<link>http://www.touchcentric.com/blog/archives/123/comment-page-1#comment-261</link>
		<dc:creator>EungShik Kim</dc:creator>
		<pubDate>Tue, 31 Aug 2010 06:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.touchcentric.com/blog/?p=123#comment-261</guid>
		<description>Awsome work! It will be the best practice for me to present.
Thank you very much.
Best wish you to keep up the great work!</description>
		<content:encoded><![CDATA[<p>Awsome work! It will be the best practice for me to present.<br />
Thank you very much.<br />
Best wish you to keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Mirroring for iOS 4 Apps by Do Big Screen App Presentations Just Like A Steve Jobs Keynote &#124; iPhone iOS 4 iTV iPad SDK Development Tutorials, Programming Tips, News</title>
		<link>http://www.touchcentric.com/blog/archives/123/comment-page-1#comment-260</link>
		<dc:creator>Do Big Screen App Presentations Just Like A Steve Jobs Keynote &#124; iPhone iOS 4 iTV iPad SDK Development Tutorials, Programming Tips, News</dc:creator>
		<pubDate>Mon, 30 Aug 2010 19:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.touchcentric.com/blog/?p=123#comment-260</guid>
		<description>[...] And a tutorial and class reference on how to use the library from the creators at TouchCentric can be found here: Video Mirroring For iOS 4 Apps  [...]</description>
		<content:encoded><![CDATA[<p>[...] And a tutorial and class reference on how to use the library from the creators at TouchCentric can be found here: Video Mirroring For iOS 4 Apps  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Mirroring for iOS 4 Apps by deeje</title>
		<link>http://www.touchcentric.com/blog/archives/123/comment-page-1#comment-244</link>
		<dc:creator>deeje</dc:creator>
		<pubDate>Fri, 27 Aug 2010 19:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.touchcentric.com/blog/?p=123#comment-244</guid>
		<description>Love the project, but having trouble getting it to work with some Cocos2D code.  Anyone have any luck that that to work?</description>
		<content:encoded><![CDATA[<p>Love the project, but having trouble getting it to work with some Cocos2D code.  Anyone have any luck that that to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Mirroring for iOS 4 Apps by Georg Essl</title>
		<link>http://www.touchcentric.com/blog/archives/123/comment-page-1#comment-237</link>
		<dc:creator>Georg Essl</dc:creator>
		<pubDate>Wed, 25 Aug 2010 18:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.touchcentric.com/blog/?p=123#comment-237</guid>
		<description>This is brilliant. Some feedback on early testing. Sadly it does not work out of the box for 3GS or iPod Touches. The new UIScreen code does not seem to indicate an external display even if these devices have iOS3.2 or higher and the composite cable plugged in and connected to a display.

But it does work great on iPhone 4 and iPads with either cable (VGA, composite).

I&#039;ll be trying to figure out how to get the composite cable to work again, because I have many legacy devices and specifically need it to work with iPod Tocuhes, but this is an outstanding resource. Thanks!</description>
		<content:encoded><![CDATA[<p>This is brilliant. Some feedback on early testing. Sadly it does not work out of the box for 3GS or iPod Touches. The new UIScreen code does not seem to indicate an external display even if these devices have iOS3.2 or higher and the composite cable plugged in and connected to a display.</p>
<p>But it does work great on iPhone 4 and iPads with either cable (VGA, composite).</p>
<p>I&#8217;ll be trying to figure out how to get the composite cable to work again, because I have many legacy devices and specifically need it to work with iPod Tocuhes, but this is an outstanding resource. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone App Video Mirroring by TouchCentric &#187; iPhone App Video Mirroring for iOS 4</title>
		<link>http://www.touchcentric.com/blog/archives/3/comment-page-1#comment-231</link>
		<dc:creator>TouchCentric &#187; iPhone App Video Mirroring for iOS 4</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.touchcentric.com/blog/?p=3#comment-231</guid>
		<description>[...] Project the video of your iPhone app to thousands of adoring fans! This is an iOS 4.0 rewrite of the TVOut code described here: http://www.touchcentric.com/blog/archives/3. [...]</description>
		<content:encoded><![CDATA[<p>[...] Project the video of your iPhone app to thousands of adoring fans! This is an iOS 4.0 rewrite of the TVOut code described here: <a href="http://www.touchcentric.com/blog/archives/3" rel="nofollow">http://www.touchcentric.com/blog/archives/3</a>. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

