<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for More Is Not Always Better</title>
	<atom:link href="http://blahti.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blahti.wordpress.com</link>
	<description>Bill Lahti&#039;s thoughts on software design and the web.</description>
	<lastBuildDate>Wed, 01 May 2013 12:23:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on How to Export and Import Android Virtual Devices by Pavan Kumar</title>
		<link>http://blahti.wordpress.com/2011/08/24/how-to-export-and-import-android-virtual-device-avd-files/#comment-2082</link>
		<dc:creator><![CDATA[Pavan Kumar]]></dc:creator>
		<pubDate>Wed, 01 May 2013 12:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=629#comment-2082</guid>
		<description><![CDATA[very nice tutorial you can also check this one
&lt;a href=&quot;http://www.pavanhd.blogspot.in/2013/05/how-to-create-android-virtual-device.html&quot; rel=&quot;nofollow&quot;&gt;http://www.pavanhd.blogspot.in/2013/05/how-to-create-android-virtual-device.html&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>very nice tutorial you can also check this one<br />
<a href="http://www.pavanhd.blogspot.in/2013/05/how-to-create-android-virtual-device.html" rel="nofollow">http://www.pavanhd.blogspot.in/2013/05/how-to-create-android-virtual-device.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag-Drop for an Android GridView by Dhaval</title>
		<link>http://blahti.wordpress.com/2011/10/03/drag-drop-for-android-gridview/#comment-2079</link>
		<dc:creator><![CDATA[Dhaval]]></dc:creator>
		<pubDate>Mon, 29 Apr 2013 11:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=709#comment-2079</guid>
		<description><![CDATA[Thanks Sir Thank u very Much for this Demo..]]></description>
		<content:encoded><![CDATA[<p>Thanks Sir Thank u very Much for this Demo..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Views In Android &#8211; Part 2, Drag and Drop by blahti</title>
		<link>http://blahti.wordpress.com/2011/01/17/moving-views-part-2/#comment-2077</link>
		<dc:creator><![CDATA[blahti]]></dc:creator>
		<pubDate>Sat, 27 Apr 2013 15:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=202#comment-2077</guid>
		<description><![CDATA[I&#039;m not sure I have any suggestions. I have not done anything with WindowsManager. Most of what I have done relies on there being a ViewGroup in which all the events can be handled. I do not know how WindowManager fits in with that. However, the &lt;a href=&quot;http://developer.android.com/guide/topics/ui/drag-drop.html&quot; rel=&quot;nofollow&quot;&gt;newer drag-drop framework introduced in API 11&lt;/a&gt; might be able to do it. I have one example that is built with that: &lt;a href=&quot;http://blahti.wordpress.com/2013/03/04/drag-drop-for-gridview-v4/&quot; title=&quot;Drag-Drop for Android GridView (V4)&quot; rel=&quot;nofollow&quot;&gt;Drag-Drop for a GridView (V4)&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I have any suggestions. I have not done anything with WindowsManager. Most of what I have done relies on there being a ViewGroup in which all the events can be handled. I do not know how WindowManager fits in with that. However, the <a href="http://developer.android.com/guide/topics/ui/drag-drop.html" rel="nofollow">newer drag-drop framework introduced in API 11</a> might be able to do it. I have one example that is built with that: <a href="http://blahti.wordpress.com/2013/03/04/drag-drop-for-gridview-v4/" title="Drag-Drop for Android GridView (V4)" rel="nofollow">Drag-Drop for a GridView (V4)</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Views In Android &#8211; Part 2, Drag and Drop by Carlos Morera</title>
		<link>http://blahti.wordpress.com/2011/01/17/moving-views-part-2/#comment-2076</link>
		<dc:creator><![CDATA[Carlos Morera]]></dc:creator>
		<pubDate>Fri, 26 Apr 2013 12:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=202#comment-2076</guid>
		<description><![CDATA[Hello blahti,

this work is just great! I´m actually trying to have some achievements using drag and drop but I can´t find the clue. I found your job some hours ago and I started to play with it, actually what I would like to achieve in is using drag and drop with and overlay button (always on top of any app ) added through WindowsManager, I thought you might have some ideas about how I should approach this issue.

Thanks a lot.]]></description>
		<content:encoded><![CDATA[<p>Hello blahti,</p>
<p>this work is just great! I´m actually trying to have some achievements using drag and drop but I can´t find the clue. I found your job some hours ago and I started to play with it, actually what I would like to achieve in is using drag and drop with and overlay button (always on top of any app ) added through WindowsManager, I thought you might have some ideas about how I should approach this issue.</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Views In Android &#8211; Part 2, Drag and Drop by blahti</title>
		<link>http://blahti.wordpress.com/2011/01/17/moving-views-part-2/#comment-2069</link>
		<dc:creator><![CDATA[blahti]]></dc:creator>
		<pubDate>Wed, 24 Apr 2013 09:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=202#comment-2069</guid>
		<description><![CDATA[The current version compiles with Android 2.3.3, but I think it will compile and run with Android 2.2. Just change set android:minSdkVersion=”8″ in AndroidManifest.xml.

If you want to have more than one GridView active in the app, all you have to do is use the code in &lt;a href=&quot;http://blahti.wordpress.com/2011/10/03/drag-drop-for-android-gridview/&quot; title=&quot;Drag-Drop for an Android GridView&quot; rel=&quot;nofollow&quot;&gt;my GridView example&lt;/a&gt;. In onDragStart of DragLayer, find the code that goes through the GridView children and adds them as DropTargets. With a second GridView, you could do the same.]]></description>
		<content:encoded><![CDATA[<p>The current version compiles with Android 2.3.3, but I think it will compile and run with Android 2.2. Just change set android:minSdkVersion=”8″ in AndroidManifest.xml.</p>
<p>If you want to have more than one GridView active in the app, all you have to do is use the code in <a href="http://blahti.wordpress.com/2011/10/03/drag-drop-for-android-gridview/" title="Drag-Drop for an Android GridView" rel="nofollow">my GridView example</a>. In onDragStart of DragLayer, find the code that goes through the GridView children and adds them as DropTargets. With a second GridView, you could do the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag-Drop for an Android GridView by blahti</title>
		<link>http://blahti.wordpress.com/2011/10/03/drag-drop-for-android-gridview/#comment-2068</link>
		<dc:creator><![CDATA[blahti]]></dc:creator>
		<pubDate>Wed, 24 Apr 2013 09:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=709#comment-2068</guid>
		<description><![CDATA[In my example, I moved an image from one place to another. That happens in onDrop of ImageCell. To impose more constraints on what can move, I think you could add more logic in onDrop.]]></description>
		<content:encoded><![CDATA[<p>In my example, I moved an image from one place to another. That happens in onDrop of ImageCell. To impose more constraints on what can move, I think you could add more logic in onDrop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag-Drop for Android GridView (V4) by blahti</title>
		<link>http://blahti.wordpress.com/2013/03/04/drag-drop-for-gridview-v4/#comment-2067</link>
		<dc:creator><![CDATA[blahti]]></dc:creator>
		<pubDate>Wed, 24 Apr 2013 09:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=1729#comment-2067</guid>
		<description><![CDATA[I think you could add a swap feature easily. In onDrop of ImageCell, change the code to check the the cell number of what is in the DragSource. So then, at the point of drop, you know both the cell number of the drop target and the source. Be sure to cast DragSource, as in &quot;ImageCell isource = (ImageCell) source;&quot;. Then do what you need for your kind of swap.]]></description>
		<content:encoded><![CDATA[<p>I think you could add a swap feature easily. In onDrop of ImageCell, change the code to check the the cell number of what is in the DragSource. So then, at the point of drop, you know both the cell number of the drop target and the source. Be sure to cast DragSource, as in &#8220;ImageCell isource = (ImageCell) source;&#8221;. Then do what you need for your kind of swap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag-Drop for Android GridView (V4) by houssemzaier</title>
		<link>http://blahti.wordpress.com/2013/03/04/drag-drop-for-gridview-v4/#comment-2066</link>
		<dc:creator><![CDATA[houssemzaier]]></dc:creator>
		<pubDate>Wed, 24 Apr 2013 09:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=1729#comment-2066</guid>
		<description><![CDATA[Excellent work thank you so much.]]></description>
		<content:encoded><![CDATA[<p>Excellent work thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag-Drop for Android GridView (V4) by Joey Mar Antonio</title>
		<link>http://blahti.wordpress.com/2013/03/04/drag-drop-for-gridview-v4/#comment-2065</link>
		<dc:creator><![CDATA[Joey Mar Antonio]]></dc:creator>
		<pubDate>Wed, 24 Apr 2013 07:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=1729#comment-2065</guid>
		<description><![CDATA[Does it have Swap feature, when you drag and drop an image to a grid that alreday contains an image?]]></description>
		<content:encoded><![CDATA[<p>Does it have Swap feature, when you drag and drop an image to a grid that alreday contains an image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag-Drop for an Android GridView by Keturah</title>
		<link>http://blahti.wordpress.com/2011/10/03/drag-drop-for-android-gridview/#comment-2064</link>
		<dc:creator><![CDATA[Keturah]]></dc:creator>
		<pubDate>Wed, 24 Apr 2013 04:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=709#comment-2064</guid>
		<description><![CDATA[Hi Blahti.

Can you give a tutorial on how to implement drag and drop functionality on differing images making them target specific? 

By this I mean, If you have say, 4 draggable images; image_drag_1, image_drag_2, image_drag_3, and image_drag_4 and 4 drop_target images; image_drop_1, image_drop_2, image_drop_3, and image_drop_4. 

image_drag_1 should be matched to image_drop_1 and any attempt  to drop image_drag_1 on any other drop image or location in the screen layout, makes image_drag_1 snap back to its original position.

I tired modifying your code to suit my purpose but it yielded no result. Thanks in advance! :-)]]></description>
		<content:encoded><![CDATA[<p>Hi Blahti.</p>
<p>Can you give a tutorial on how to implement drag and drop functionality on differing images making them target specific? </p>
<p>By this I mean, If you have say, 4 draggable images; image_drag_1, image_drag_2, image_drag_3, and image_drag_4 and 4 drop_target images; image_drop_1, image_drop_2, image_drop_3, and image_drop_4. </p>
<p>image_drag_1 should be matched to image_drop_1 and any attempt  to drop image_drag_1 on any other drop image or location in the screen layout, makes image_drag_1 snap back to its original position.</p>
<p>I tired modifying your code to suit my purpose but it yielded no result. Thanks in advance! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Views In Android &#8211; Part 2, Drag and Drop by srinivas</title>
		<link>http://blahti.wordpress.com/2011/01/17/moving-views-part-2/#comment-2063</link>
		<dc:creator><![CDATA[srinivas]]></dc:creator>
		<pubDate>Tue, 23 Apr 2013 20:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=202#comment-2063</guid>
		<description><![CDATA[I need drag and drop gridview item from one gridview to another gridview  for api 8. Develop for this  please and post the ocde]]></description>
		<content:encoded><![CDATA[<p>I need drag and drop gridview item from one gridview to another gridview  for api 8. Develop for this  please and post the ocde</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Views In Android &#8211; Part 2, Drag and Drop by sony tran</title>
		<link>http://blahti.wordpress.com/2011/01/17/moving-views-part-2/#comment-2061</link>
		<dc:creator><![CDATA[sony tran]]></dc:creator>
		<pubDate>Tue, 23 Apr 2013 16:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://blahti.wordpress.com/?p=202#comment-2061</guid>
		<description><![CDATA[good tutorial. thanks for post.

I want to zoom in, zoom out in this demo &quot;Moving Views In Android – Part 2, Drag and Drop &quot;. let me know about this problem?

thanks again!]]></description>
		<content:encoded><![CDATA[<p>good tutorial. thanks for post.</p>
<p>I want to zoom in, zoom out in this demo &#8220;Moving Views In Android – Part 2, Drag and Drop &#8220;. let me know about this problem?</p>
<p>thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
