<?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 ERiDeM.net</title>
	<atom:link href="http://www.eridem.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eridem.net</link>
	<description>Miguel Ángel Domínguez Coloma&#039;s personal page</description>
	<lastBuildDate>Fri, 03 May 2013 13:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on Android tip #010 &#8211; Left and right swipe (gesture events) by ERiDeM</title>
		<link>http://www.eridem.net/android-tip-010-left-and-right-swipe-gesture-events#comment-1637</link>
		<dc:creator>ERiDeM</dc:creator>
		<pubDate>Fri, 03 May 2013 13:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.eridem.net/?p=1041#comment-1637</guid>
		<description><![CDATA[Hi Newbie,

Sorry, I think that the example is quite well documented. Try creating a small application that contains an Activity and reuse my example on that activity.]]></description>
		<content:encoded><![CDATA[<p>Hi Newbie,</p>
<p>Sorry, I think that the example is quite well documented. Try creating a small application that contains an Activity and reuse my example on that activity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android tip #010 &#8211; Left and right swipe (gesture events) by Newbie</title>
		<link>http://www.eridem.net/android-tip-010-left-and-right-swipe-gesture-events#comment-1635</link>
		<dc:creator>Newbie</dc:creator>
		<pubDate>Fri, 03 May 2013 12:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.eridem.net/?p=1041#comment-1635</guid>
		<description><![CDATA[Can you provide soure code to download for this tutorial? Cuz I&#039;m newbie.]]></description>
		<content:encoded><![CDATA[<p>Can you provide soure code to download for this tutorial? Cuz I&#8217;m newbie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android tip #010 &#8211; Left and right swipe (gesture events) by droidie</title>
		<link>http://www.eridem.net/android-tip-010-left-and-right-swipe-gesture-events#comment-1634</link>
		<dc:creator>droidie</dc:creator>
		<pubDate>Thu, 02 May 2013 10:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.eridem.net/?p=1041#comment-1634</guid>
		<description><![CDATA[That method is depecated. You have to pass in the context as well as the SimpleGestureDetector()

Like this:
Assuming you have set up a Context variable called context.

gestureDetector = new GestureDetector(context, new SwipeGestureDetector());]]></description>
		<content:encoded><![CDATA[<p>That method is depecated. You have to pass in the context as well as the SimpleGestureDetector()</p>
<p>Like this:<br />
Assuming you have set up a Context variable called context.</p>
<p>gestureDetector = new GestureDetector(context, new SwipeGestureDetector());</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android tip #010 &#8211; Left and right swipe (gesture events) by GestureDetector for many activities : Android Community - For Application Development</title>
		<link>http://www.eridem.net/android-tip-010-left-and-right-swipe-gesture-events#comment-1629</link>
		<dc:creator>GestureDetector for many activities : Android Community - For Application Development</dc:creator>
		<pubDate>Fri, 18 Jan 2013 07:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.eridem.net/?p=1041#comment-1629</guid>
		<description><![CDATA[[...] gesture detection [...]]]></description>
		<content:encoded><![CDATA[<p>[...] gesture detection [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android tip #010 &#8211; Left and right swipe (gesture events) by ERiDeM</title>
		<link>http://www.eridem.net/android-tip-010-left-and-right-swipe-gesture-events#comment-1628</link>
		<dc:creator>ERiDeM</dc:creator>
		<pubDate>Thu, 17 Jan 2013 12:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.eridem.net/?p=1041#comment-1628</guid>
		<description><![CDATA[I&#039;ve been using this class from API 7 without problems. I do not really know why it shows as deprecated for you :(]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using this class from API 7 without problems. I do not really know why it shows as deprecated for you <img src='http://www.eridem.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android tip #010 &#8211; Left and right swipe (gesture events) by Ganesh</title>
		<link>http://www.eridem.net/android-tip-010-left-and-right-swipe-gesture-events#comment-1627</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Thu, 17 Jan 2013 10:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.eridem.net/?p=1041#comment-1627</guid>
		<description><![CDATA[When I used the above code at 
gestureDetector = new GestureDetector(new SwipeGestureDetector());

I get the SwipeGestureDetector() a red line saying that it has deprecated in API Level 3. what alternative should I need to use for this?]]></description>
		<content:encoded><![CDATA[<p>When I used the above code at<br />
gestureDetector = new GestureDetector(new SwipeGestureDetector());</p>
<p>I get the SwipeGestureDetector() a red line saying that it has deprecated in API Level 3. what alternative should I need to use for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android tip #021 &#8211; SSH, execute remote commands with Android by Simple SSH connect with JSch : Android Community - For Application Development</title>
		<link>http://www.eridem.net/android-tip-021-ssh-execute-remote-commands-with-android#comment-1626</link>
		<dc:creator>Simple SSH connect with JSch : Android Community - For Application Development</dc:creator>
		<pubDate>Mon, 14 Jan 2013 19:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.eridem.net/?p=1220#comment-1626</guid>
		<description><![CDATA[[...] SSH, execute remote commands with Android [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SSH, execute remote commands with Android [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android tip #026 &#8211; Create nice buttons with XML by Thanks too much</title>
		<link>http://www.eridem.net/android-tip-026-create-nice-buttons-with-xml#comment-1624</link>
		<dc:creator>Thanks too much</dc:creator>
		<pubDate>Sat, 05 Jan 2013 07:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.eridem.net/?p=1448#comment-1624</guid>
		<description><![CDATA[Thanks too much save my lot of time..]]></description>
		<content:encoded><![CDATA[<p>Thanks too much save my lot of time..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cleaning unused Android resources by ERiDeM</title>
		<link>http://www.eridem.net/cleaning-unused-android-resources#comment-1617</link>
		<dc:creator>ERiDeM</dc:creator>
		<pubDate>Sun, 11 Nov 2012 11:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.eridem.net/?p=1405#comment-1617</guid>
		<description><![CDATA[Hi Tony,

I did several Android projects and this app has worked fine for me. If you consider that it could have any bug, probably the author will be glad to know it as well. If you wish, use his/her website to report bugs: http://code.google.com/p/android-unused-resources]]></description>
		<content:encoded><![CDATA[<p>Hi Tony,</p>
<p>I did several Android projects and this app has worked fine for me. If you consider that it could have any bug, probably the author will be glad to know it as well. If you wish, use his/her website to report bugs: <a href="http://code.google.com/p/android-unused-resources" rel="nofollow">http://code.google.com/p/android-unused-resources</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android tip #010 &#8211; Left and right swipe (gesture events) by me</title>
		<link>http://www.eridem.net/android-tip-010-left-and-right-swipe-gesture-events#comment-1615</link>
		<dc:creator>me</dc:creator>
		<pubDate>Sat, 10 Nov 2012 18:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.eridem.net/?p=1041#comment-1615</guid>
		<description><![CDATA[Nice simple code and works perfectly.  Thanks.]]></description>
		<content:encoded><![CDATA[<p>Nice simple code and works perfectly.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
