<?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: Creating a simple Gesture App with Android</title>
	<atom:link href="http://www.hascode.com/2010/05/creating-a-simple-gesture-app-with-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hascode.com/2010/05/creating-a-simple-gesture-app-with-android/</link>
	<description>micha kops&#039; playground</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:34:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Riz</title>
		<link>http://www.hascode.com/2010/05/creating-a-simple-gesture-app-with-android/comment-page-1/#comment-1809</link>
		<dc:creator>Riz</dc:creator>
		<pubDate>Wed, 04 Jan 2012 08:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=515#comment-1809</guid>
		<description>i want to recognize the gesture when user click on the button.</description>
		<content:encoded><![CDATA[<p>i want to recognize the gesture when user click on the button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep goria</title>
		<link>http://www.hascode.com/2010/05/creating-a-simple-gesture-app-with-android/comment-page-1/#comment-1597</link>
		<dc:creator>sandeep goria</dc:creator>
		<pubDate>Fri, 18 Nov 2011 12:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=515#comment-1597</guid>
		<description>I have added the gesture overlay in a linear layout with a imageView and a gessture overlay. It is not detecting in Android 2.2 but working fine Android 3.0 Please suggest necessary solution.</description>
		<content:encoded><![CDATA[<p>I have added the gesture overlay in a linear layout with a imageView and a gessture overlay. It is not detecting in Android 2.2 but working fine Android 3.0 Please suggest necessary solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: micha kops</title>
		<link>http://www.hascode.com/2010/05/creating-a-simple-gesture-app-with-android/comment-page-1/#comment-1314</link>
		<dc:creator>micha kops</dc:creator>
		<pubDate>Thu, 20 Oct 2011 13:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=515#comment-1314</guid>
		<description>hi there!
did you create the directory &quot;res/raw&quot; and did you copy your captured gesture library named &quot;gesture&quot; to this directory as described above?</description>
		<content:encoded><![CDATA[<p>hi there!<br />
did you create the directory &#8220;res/raw&#8221; and did you copy your captured gesture library named &#8220;gesture&#8221; to this directory as described above?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lalita</title>
		<link>http://www.hascode.com/2010/05/creating-a-simple-gesture-app-with-android/comment-page-1/#comment-1311</link>
		<dc:creator>Lalita</dc:creator>
		<pubDate>Thu, 20 Oct 2011 03:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=515#comment-1311</guid>
		<description>I&#039;m a newbie and hope you guys could bear with me.
Thanks for the awesome stuffs. It truly helps a lot.
The thing is......
I try to run this code, but encountered one problem.
The error message is &quot;raw cannot be resolved or is not a field&quot;
in this line &quot;gLib = GestureLibraries.fromRawResource(this, R.raw.gesture);&quot;

Could anyone here light me up?
Thank you in advance!!</description>
		<content:encoded><![CDATA[<p>I&#8217;m a newbie and hope you guys could bear with me.<br />
Thanks for the awesome stuffs. It truly helps a lot.<br />
The thing is&#8230;&#8230;<br />
I try to run this code, but encountered one problem.<br />
The error message is &#8220;raw cannot be resolved or is not a field&#8221;<br />
in this line &#8220;gLib = GestureLibraries.fromRawResource(this, R.raw.gesture);&#8221;</p>
<p>Could anyone here light me up?<br />
Thank you in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: micha kops</title>
		<link>http://www.hascode.com/2010/05/creating-a-simple-gesture-app-with-android/comment-page-1/#comment-528</link>
		<dc:creator>micha kops</dc:creator>
		<pubDate>Tue, 12 Apr 2011 17:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=515#comment-528</guid>
		<description>You can find the sources for the gesture builder in your android install dir in &quot;&lt;em&gt;platforms/android-/samples/GestureBuilder/&lt;/em&gt;&quot; - take a look at &lt;em&gt;GestureBuilderActivity&lt;/em&gt; in &quot;&lt;em&gt;src/com/android/gesture/builder&lt;/em&gt;&quot;

the following code could work, too ;)

&lt;code&gt;final GestureLibrary lib = GestureLibraries.fromFile(new File(Environment.getExternalStorageDirectory(), &quot;mygestures&quot;));
lib.addGesture(&quot;gesture&#039;s name&quot;, gesture); // adding
lib.remove(gesture); // removing
lib.save(); // done&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You can find the sources for the gesture builder in your android install dir in &#8220;<em>platforms/android-/samples/GestureBuilder/</em>&#8221; &#8211; take a look at <em>GestureBuilderActivity</em> in &#8220;<em>src/com/android/gesture/builder</em>&#8221;</p>
<p>the following code could work, too <img src='http://www.hascode.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><code>final GestureLibrary lib = GestureLibraries.fromFile(new File(Environment.getExternalStorageDirectory(), "mygestures"));<br />
lib.addGesture("gesture's name", gesture); // adding<br />
lib.remove(gesture); // removing<br />
lib.save(); // done</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul</title>
		<link>http://www.hascode.com/2010/05/creating-a-simple-gesture-app-with-android/comment-page-1/#comment-527</link>
		<dc:creator>rahul</dc:creator>
		<pubDate>Tue, 12 Apr 2011 12:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=515#comment-527</guid>
		<description>Can you tell me how these Gestures are saved in the SD card. I mean the piece of code which does it.?</description>
		<content:encoded><![CDATA[<p>Can you tell me how these Gestures are saved in the SD card. I mean the piece of code which does it.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: micha kops</title>
		<link>http://www.hascode.com/2010/05/creating-a-simple-gesture-app-with-android/comment-page-1/#comment-307</link>
		<dc:creator>micha kops</dc:creator>
		<pubDate>Fri, 07 Jan 2011 08:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=515#comment-307</guid>
		<description>from the emulator? or an app on your smartphone?</description>
		<content:encoded><![CDATA[<p>from the emulator? or an app on your smartphone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen shrivastva</title>
		<link>http://www.hascode.com/2010/05/creating-a-simple-gesture-app-with-android/comment-page-1/#comment-306</link>
		<dc:creator>Naveen shrivastva</dc:creator>
		<pubDate>Fri, 07 Jan 2011 05:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.hascode.com/?p=515#comment-306</guid>
		<description>how to save gesture in sd card</description>
		<content:encoded><![CDATA[<p>how to save gesture in sd card</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 5/20 queries in 0.201 seconds using disk: basic
Object Caching 467/474 objects using disk: basic

Served from: www.hascode.com @ 2012-02-07 01:57:33 -->
