<?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 WorkingFromHere</title>
	<atom:link href="http://www.workingfromhere.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.workingfromhere.com/blog</link>
	<description>working from here, there, and everywhere.</description>
	<lastBuildDate>Sun, 29 Aug 2010 18:55:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on JaLaGa by cephus</title>
		<link>http://www.workingfromhere.com/blog/2010/07/15/jalaga/comment-page-1/#comment-35</link>
		<dc:creator>cephus</dc:creator>
		<pubDate>Sun, 29 Aug 2010 18:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.workingfromhere.com/blog/?p=81#comment-35</guid>
		<description>Actually once you&#039;ve maxed out your level it automatically starts selection questions using every hiragana and katakana.

But also thank you for the suggestions. I&#039;ve been playing with a few ideas, like some challenges between levels. Expect some updates coming soon!</description>
		<content:encoded><![CDATA[<p>Actually once you&#8217;ve maxed out your level it automatically starts selection questions using every hiragana and katakana.</p>
<p>But also thank you for the suggestions. I&#8217;ve been playing with a few ideas, like some challenges between levels. Expect some updates coming soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JaLaGa by teon</title>
		<link>http://www.workingfromhere.com/blog/2010/07/15/jalaga/comment-page-1/#comment-34</link>
		<dc:creator>teon</dc:creator>
		<pubDate>Tue, 24 Aug 2010 02:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.workingfromhere.com/blog/?p=81#comment-34</guid>
		<description>Should add a way to redo levels. Going through it i find myself suddenly in katakana without the ability to go back. To make it more game like you could split the kana into five parts. Add a card flip game (matching) or some sort</description>
		<content:encoded><![CDATA[<p>Should add a way to redo levels. Going through it i find myself suddenly in katakana without the ability to go back. To make it more game like you could split the kana into five parts. Add a card flip game (matching) or some sort</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JaLaGa by Allen</title>
		<link>http://www.workingfromhere.com/blog/2010/07/15/jalaga/comment-page-1/#comment-27</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Fri, 23 Jul 2010 02:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.workingfromhere.com/blog/?p=81#comment-27</guid>
		<description>THANK YOU! REALLY THANK YOU! I hope you continue updating this programs with more flash cards! wonderful program!</description>
		<content:encoded><![CDATA[<p>THANK YOU! REALLY THANK YOU! I hope you continue updating this programs with more flash cards! wonderful program!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JaLaGa by sarah shoquist</title>
		<link>http://www.workingfromhere.com/blog/2010/07/15/jalaga/comment-page-1/#comment-23</link>
		<dc:creator>sarah shoquist</dc:creator>
		<pubDate>Fri, 16 Jul 2010 00:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.workingfromhere.com/blog/?p=81#comment-23</guid>
		<description>This looks awesome!</description>
		<content:encoded><![CDATA[<p>This looks awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Orientation Sensor Tips in Android by cephus</title>
		<link>http://www.workingfromhere.com/blog/2009/03/30/orientation-sensor-tips-in-android/comment-page-1/#comment-14</link>
		<dc:creator>cephus</dc:creator>
		<pubDate>Wed, 30 Jun 2010 16:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.workingfromhere.com/blog/?p=21#comment-14</guid>
		<description>You are both correct.  Good catch on my mix-up there.  I wanted roll (values[2]) but I inappropriately called it pitch in this post.  My bad.

However, I haven&#039;t worked in the SensorManager lately and this being a year old post I know some of this has changed, multiple times in fact. I should do an update post.

The docs say SensorManager.SENSOR_ORIENTATION is deprecated now and point to Sensor.TYPE_ORIENTATION, which also says it&#039;s deprecated and points to SensorManager.getOrientation().  However that&#039;s an active method of looking up orientation and not applicable for most people&#039;s usage where the previous event/listener pattern worked great.  Oh well, like I said, I need to research it up again and make an update post.

Thanks for calling me out my mixups though.</description>
		<content:encoded><![CDATA[<p>You are both correct.  Good catch on my mix-up there.  I wanted roll (values[2]) but I inappropriately called it pitch in this post.  My bad.</p>
<p>However, I haven&#8217;t worked in the SensorManager lately and this being a year old post I know some of this has changed, multiple times in fact. I should do an update post.</p>
<p>The docs say SensorManager.SENSOR_ORIENTATION is deprecated now and point to Sensor.TYPE_ORIENTATION, which also says it&#8217;s deprecated and points to SensorManager.getOrientation().  However that&#8217;s an active method of looking up orientation and not applicable for most people&#8217;s usage where the previous event/listener pattern worked great.  Oh well, like I said, I need to research it up again and make an update post.</p>
<p>Thanks for calling me out my mixups though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Orientation Sensor Tips in Android by jhavatar</title>
		<link>http://www.workingfromhere.com/blog/2009/03/30/orientation-sensor-tips-in-android/comment-page-1/#comment-13</link>
		<dc:creator>jhavatar</dc:creator>
		<pubDate>Wed, 30 Jun 2010 12:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.workingfromhere.com/blog/?p=21#comment-13</guid>
		<description>I concur with Abhinav.

If you want pitch, use &quot;values[1]&quot;. Not &quot;values[2]&quot;.</description>
		<content:encoded><![CDATA[<p>I concur with Abhinav.</p>
<p>If you want pitch, use &#8220;values[1]&#8220;. Not &#8220;values[2]&#8220;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Orientation Sensor Tips in Android by Abhinav</title>
		<link>http://www.workingfromhere.com/blog/2009/03/30/orientation-sensor-tips-in-android/comment-page-1/#comment-4</link>
		<dc:creator>Abhinav</dc:creator>
		<pubDate>Wed, 16 Jun 2010 06:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.workingfromhere.com/blog/?p=21#comment-4</guid>
		<description>Hi,

You got it wrong about the pitch. 
Sideways rotation is called Roll, whereas rotation forwards or backwards is Pitch.

Android allows pitch values from -180 to 180, and roll values from -90 to 90. 
If your Roll exceeds 90, it assumes that your pitch has gone from 0 to -180, and starts decreasing your roll.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You got it wrong about the pitch.<br />
Sideways rotation is called Roll, whereas rotation forwards or backwards is Pitch.</p>
<p>Android allows pitch values from -180 to 180, and roll values from -90 to 90.<br />
If your Roll exceeds 90, it assumes that your pitch has gone from 0 to -180, and starts decreasing your roll.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Orientation Sensor Tips in Android by Sr. topo</title>
		<link>http://www.workingfromhere.com/blog/2009/03/30/orientation-sensor-tips-in-android/comment-page-1/#comment-3</link>
		<dc:creator>Sr. topo</dc:creator>
		<pubDate>Sun, 21 Feb 2010 01:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.workingfromhere.com/blog/?p=21#comment-3</guid>
		<description>This was really helpful, I was also trying to set up my activity by using OrientationEventListener with no success. Your approach looks ok and works fine. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>This was really helpful, I was also trying to set up my activity by using OrientationEventListener with no success. Your approach looks ok and works fine. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Orientation Sensor Tips in Android by Hamy</title>
		<link>http://www.workingfromhere.com/blog/2009/03/30/orientation-sensor-tips-in-android/comment-page-1/#comment-2</link>
		<dc:creator>Hamy</dc:creator>
		<pubDate>Fri, 05 Feb 2010 04:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.workingfromhere.com/blog/?p=21#comment-2</guid>
		<description>Hey, 

I made a quick image guide to help me with this - feel free to copy/change it in any way!

Guide Picture
http://vmat.imgur.com/miscellaneous/ssz07

Original File
http://www.mediafire.com/file/2ywyhjm1ogo/android%20orientation.graffle

If you modify it, I do hope that you leave the URL, but it&#039;s up to you :)</description>
		<content:encoded><![CDATA[<p>Hey, </p>
<p>I made a quick image guide to help me with this &#8211; feel free to copy/change it in any way!</p>
<p>Guide Picture<br />
<a href="http://vmat.imgur.com/miscellaneous/ssz07" rel="nofollow">http://vmat.imgur.com/miscellaneous/ssz07</a></p>
<p>Original File<br />
<a href="http://www.mediafire.com/file/2ywyhjm1ogo/android%20orientation.graffle" rel="nofollow">http://www.mediafire.com/file/2ywyhjm1ogo/android%20orientation.graffle</a></p>
<p>If you modify it, I do hope that you leave the URL, but it&#8217;s up to you <img src='http://www.workingfromhere.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
