<?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: How to implement Swipe action in Android</title>
	<atom:link href="http://www.codeshogun.com/blog/2009/04/16/how-to-implement-swipe-action-in-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeshogun.com/blog/2009/04/16/how-to-implement-swipe-action-in-android/</link>
	<description>Mobile App Dev</description>
	<lastBuildDate>Sat, 19 Dec 2009 21:38:31 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Android Shogun</title>
		<link>http://www.codeshogun.com/blog/2009/04/16/how-to-implement-swipe-action-in-android/comment-page-1/#comment-220</link>
		<dc:creator>Android Shogun</dc:creator>
		<pubDate>Sat, 19 Dec 2009 21:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeshogun.com/blog/?p=97#comment-220</guid>
		<description>The launcher.java is indeed complicated.  sorry developing android UI is still a pain...</description>
		<content:encoded><![CDATA[<p>The launcher.java is indeed complicated.  sorry developing android UI is still a pain&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter</title>
		<link>http://www.codeshogun.com/blog/2009/04/16/how-to-implement-swipe-action-in-android/comment-page-1/#comment-209</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Sat, 14 Nov 2009 23:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeshogun.com/blog/?p=97#comment-209</guid>
		<description>Does someone has a working example like the &quot;home screen&quot;? So the view follows your touch gestures? Really want to have something like this in my app but doesnt find how to do. I looked in the android source code (app Launcher, but indeed it&#039;s really complicated..)</description>
		<content:encoded><![CDATA[<p>Does someone has a working example like the &#8220;home screen&#8221;? So the view follows your touch gestures? Really want to have something like this in my app but doesnt find how to do. I looked in the android source code (app Launcher, but indeed it&#8217;s really complicated..)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: android</title>
		<link>http://www.codeshogun.com/blog/2009/04/16/how-to-implement-swipe-action-in-android/comment-page-1/#comment-140</link>
		<dc:creator>android</dc:creator>
		<pubDate>Mon, 17 Aug 2009 15:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeshogun.com/blog/?p=97#comment-140</guid>
		<description>For swipe action like the home screen, the best place you can look into is the android source code.  The basically idea is that when your finger moves, the generated MotionEvent will have respective x and y coordinates, you just need to move your view accordingly.  It sounds easy but kind of complicated to implement.</description>
		<content:encoded><![CDATA[<p>For swipe action like the home screen, the best place you can look into is the android source code.  The basically idea is that when your finger moves, the generated MotionEvent will have respective x and y coordinates, you just need to move your view accordingly.  It sounds easy but kind of complicated to implement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten</title>
		<link>http://www.codeshogun.com/blog/2009/04/16/how-to-implement-swipe-action-in-android/comment-page-1/#comment-139</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Mon, 17 Aug 2009 14:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeshogun.com/blog/?p=97#comment-139</guid>
		<description>This example is very nice and informative, but still it acts diffrent then e.g. the Android homescreen. With the android homescreen the view &quot;sticks&quot; to the fingertouch following small left/right movements instead of just detecting a fling-event and starting the animation. Is it possible to implement such behaviour similar to the homescreen?</description>
		<content:encoded><![CDATA[<p>This example is very nice and informative, but still it acts diffrent then e.g. the Android homescreen. With the android homescreen the view &#8220;sticks&#8221; to the fingertouch following small left/right movements instead of just detecting a fling-event and starting the animation. Is it possible to implement such behaviour similar to the homescreen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Android Shogun</title>
		<link>http://www.codeshogun.com/blog/2009/04/16/how-to-implement-swipe-action-in-android/comment-page-1/#comment-137</link>
		<dc:creator>Android Shogun</dc:creator>
		<pubDate>Sun, 09 Aug 2009 02:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeshogun.com/blog/?p=97#comment-137</guid>
		<description>Conceivably you can override any method by extending the class.
But webview is a bit special and involves lots of methods, good luck!</description>
		<content:encoded><![CDATA[<p>Conceivably you can override any method by extending the class.<br />
But webview is a bit special and involves lots of methods, good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.codeshogun.com/blog/2009/04/16/how-to-implement-swipe-action-in-android/comment-page-1/#comment-113</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 12 Jul 2009 21:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeshogun.com/blog/?p=97#comment-113</guid>
		<description>Hello,

thanks this works perfectly. But is there a way to extend the usual onTouchListener instead of overriding it? I want to extend a webview by longPress and doubleTap but keep the usual behavior of flinging and handling links. Thanks in advance.

Jan</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thanks this works perfectly. But is there a way to extend the usual onTouchListener instead of overriding it? I want to extend a webview by longPress and doubleTap but keep the usual behavior of flinging and handling links. Thanks in advance.</p>
<p>Jan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
