<?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: Accelerometer 101</title>
	<atom:link href="http://MobileDeveloperTips.com/user-interface/accelerometer-101.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com/user-interface/accelerometer-101.html</link>
	<description>iOS and Objective-C Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Tue, 22 May 2012 11:53:47 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: sandip</title>
		<link>http://MobileDeveloperTips.com/user-interface/accelerometer-101.html#comment-58919</link>
		<dc:creator>sandip</dc:creator>
		<pubDate>Fri, 26 Aug 2011 10:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3421#comment-58919</guid>
		<description>Hello All , 


I just wanted to know that  the value of parameter x,y,z which that is using for subtracting filtered value.

I mean   in code..

if (z - accelerationArray[Z_DIR] &gt; 0.5 &#124;&#124; z - accelerationArray[Z_DIR] &lt; -0.5)
  {
    ...
  }

what is value of z.
same for x and y.

Thank you in advance</description>
		<content:encoded><![CDATA[<p>Hello All , </p>
<p>I just wanted to know that  the value of parameter x,y,z which that is using for subtracting filtered value.</p>
<p>I mean   in code..</p>
<p>if (z &#8211; accelerationArray[Z_DIR] &gt; 0.5 || z &#8211; accelerationArray[Z_DIR] &lt; -0.5)<br />
  {<br />
    &#8230;<br />
  }</p>
<p>what is value of z.<br />
same for x and y.</p>
<p>Thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://MobileDeveloperTips.com/user-interface/accelerometer-101.html#comment-56801</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Fri, 29 Jul 2011 03:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3421#comment-56801</guid>
		<description>I would guess it&#039;s common practice to set to self and nil as needed. Anyone else have recommendations?</description>
		<content:encoded><![CDATA[<p>I would guess it&#8217;s common practice to set to self and nil as needed. Anyone else have recommendations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shim</title>
		<link>http://MobileDeveloperTips.com/user-interface/accelerometer-101.html#comment-56800</link>
		<dc:creator>Shim</dc:creator>
		<pubDate>Fri, 29 Jul 2011 03:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3421#comment-56800</guid>
		<description>Hey, great stuff!

Is it good practice to set the delegate back and forth between nil and self repeatedly if you&#039;re starting and stopping accelerometer data collection, or should you turn it on once and then turn it off when the view disappears etc.?</description>
		<content:encoded><![CDATA[<p>Hey, great stuff!</p>
<p>Is it good practice to set the delegate back and forth between nil and self repeatedly if you&#8217;re starting and stopping accelerometer data collection, or should you turn it on once and then turn it off when the view disappears etc.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhanesh</title>
		<link>http://MobileDeveloperTips.com/user-interface/accelerometer-101.html#comment-47862</link>
		<dc:creator>dhanesh</dc:creator>
		<pubDate>Thu, 28 Apr 2011 06:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3421#comment-47862</guid>
		<description>hi John Muchow  

this is awesome

before i not delegate to nil my app will crashing and while i assign nil to delegate it work fine thanks buddy. great post keep it up.......</description>
		<content:encoded><![CDATA[<p>hi John Muchow  </p>
<p>this is awesome</p>
<p>before i not delegate to nil my app will crashing and while i assign nil to delegate it work fine thanks buddy. great post keep it up&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rockydilse</title>
		<link>http://MobileDeveloperTips.com/user-interface/accelerometer-101.html#comment-40710</link>
		<dc:creator>Rockydilse</dc:creator>
		<pubDate>Tue, 15 Feb 2011 09:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3421#comment-40710</guid>
		<description>I am developing an app, in which i need to detect device motion for doing different-2 task.

Could you please help any one how we got it using acceleration values?

Example:- Suppose we move Device like a (Frisbee Throw)? How we can get this motion occur in Device.

 i am using (UIAccelerometerDelegate). my problem is how we distinguished between different-2 device motion.

For example we have moved device like a frisbee, and we get x, y, z data in acceleration.

How we calibrate these data for identifying motion?

One idea take some sample motion data in x, y, z as a standard for particular motion and compare it.

But every time we got different data and it&#039;s not possible to how to compare these data?

Please help me....</description>
		<content:encoded><![CDATA[<p>I am developing an app, in which i need to detect device motion for doing different-2 task.</p>
<p>Could you please help any one how we got it using acceleration values?</p>
<p>Example:- Suppose we move Device like a (Frisbee Throw)? How we can get this motion occur in Device.</p>
<p> i am using (UIAccelerometerDelegate). my problem is how we distinguished between different-2 device motion.</p>
<p>For example we have moved device like a frisbee, and we get x, y, z data in acceleration.</p>
<p>How we calibrate these data for identifying motion?</p>
<p>One idea take some sample motion data in x, y, z as a standard for particular motion and compare it.</p>
<p>But every time we got different data and it&#8217;s not possible to how to compare these data?</p>
<p>Please help me&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://MobileDeveloperTips.com/user-interface/accelerometer-101.html#comment-6006</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Tue, 27 Oct 2009 01:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3421#comment-6006</guid>
		<description>bh,

it would be more clear to write 1.0/25.0, and a good practice, however, the conversion to a double will be done for you.</description>
		<content:encoded><![CDATA[<p>bh,</p>
<p>it would be more clear to write 1.0/25.0, and a good practice, however, the conversion to a double will be done for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bh</title>
		<link>http://MobileDeveloperTips.com/user-interface/accelerometer-101.html#comment-6002</link>
		<dc:creator>bh</dc:creator>
		<pubDate>Mon, 26 Oct 2009 17:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3421#comment-6002</guid>
		<description>newby question-
doesn&#039;t 1/25 equal 0? shouldn&#039;t you be using floats?</description>
		<content:encoded><![CDATA[<p>newby question-<br />
doesn&#8217;t 1/25 equal 0? shouldn&#8217;t you be using floats?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Leganza</title>
		<link>http://MobileDeveloperTips.com/user-interface/accelerometer-101.html#comment-5107</link>
		<dc:creator>Andrea Leganza</dc:creator>
		<pubDate>Sun, 20 Sep 2009 07:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3421#comment-5107</guid>
		<description>Right, it&#039;s important to not forget to set tne Deletate to nil at the end because if you release the view/viewcontroller which has the delegated method you will have a crash due to the fact that the accelerometer will try to send datas to that , now invalid, method.</description>
		<content:encoded><![CDATA[<p>Right, it&#8217;s important to not forget to set tne Deletate to nil at the end because if you release the view/viewcontroller which has the delegated method you will have a crash due to the fact that the accelerometer will try to send datas to that , now invalid, method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene De Lisa</title>
		<link>http://MobileDeveloperTips.com/user-interface/accelerometer-101.html#comment-4728</link>
		<dc:creator>Gene De Lisa</dc:creator>
		<pubDate>Tue, 01 Sep 2009 10:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=3421#comment-4728</guid>
		<description>Just right.</description>
		<content:encoded><![CDATA[<p>Just right.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

