<?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 Random Thoughts On Coding</title>
	<atom:link href="http://codingjunkie.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingjunkie.net</link>
	<description>Practical HowTo&#039;s On Software Development</description>
	<lastBuildDate>Fri, 11 May 2012 23:47:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Android Drag and Drop (Part 2) by Philippe</title>
		<link>http://codingjunkie.net/android-drag-and-drop-part-2/comment-page-1/#comment-529</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Fri, 11 May 2012 23:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://codingjunkie.net/?p=948#comment-529</guid>
		<description>Hello,
Thank you for your article. It&#039;s very clear and helpful.
The thing I&#039;m working on revolves around being able to rearrange the order of a list of button (in a vertical LinearLayout). While I wanted to managed the droping of button outside of the list the same you do (with DragActionEnded flag), my code crash with a Java.Util .ConcurrentModificationException. It only happens when I have more than 2 buttons in my list.
Is it something you&#039;ve encountered (as in your code, every chessboardsquare try to bring back the piece to visible) ?
Also, can you explain why the &quot;containsDragable&quot;boolean . Isn&#039;t the ACTION_DROP event only sent to the view that received the drop ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thank you for your article. It&#8217;s very clear and helpful.<br />
The thing I&#8217;m working on revolves around being able to rearrange the order of a list of button (in a vertical LinearLayout). While I wanted to managed the droping of button outside of the list the same you do (with DragActionEnded flag), my code crash with a Java.Util .ConcurrentModificationException. It only happens when I have more than 2 buttons in my list.<br />
Is it something you&#8217;ve encountered (as in your code, every chessboardsquare try to bring back the piece to visible) ?<br />
Also, can you explain why the &#8220;containsDragable&#8221;boolean . Isn&#8217;t the ACTION_DROP event only sent to the view that received the drop ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Drag and Drop (Part 3) by Ravishankar</title>
		<link>http://codingjunkie.net/android-drag-and-drop-part-3/comment-page-1/#comment-528</link>
		<dc:creator>Ravishankar</dc:creator>
		<pubDate>Tue, 08 May 2012 12:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://codingjunkie.net/?p=1027#comment-528</guid>
		<description>If possible can you share the entire code for this application</description>
		<content:encoded><![CDATA[<p>If possible can you share the entire code for this application</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Drag and Drop (Part 3) by Ravishankar</title>
		<link>http://codingjunkie.net/android-drag-and-drop-part-3/comment-page-1/#comment-526</link>
		<dc:creator>Ravishankar</dc:creator>
		<pubDate>Mon, 07 May 2012 15:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://codingjunkie.net/?p=1027#comment-526</guid>
		<description>Hi Bill, 
  
      Nice post regarding drag and drop.  I have a quick question.  Well you have implemented the this Drag and Drop using Android 4.x.  You have any idea on how to implement this drag and drop in Android 2.2.</description>
		<content:encoded><![CDATA[<p>Hi Bill, </p>
<p>      Nice post regarding drag and drop.  I have a quick question.  Well you have implemented the this Drag and Drop using Android 4.x.  You have any idea on how to implement this drag and drop in Android 2.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JEE 6 and Spring MVC by Spring MVC 3.2 Preview: Introducing Servlet 3, Async Support &#124; SpringSource Team Blog</title>
		<link>http://codingjunkie.net/jee-6-and-spring-mvc/comment-page-1/#comment-525</link>
		<dc:creator>Spring MVC 3.2 Preview: Introducing Servlet 3, Async Support &#124; SpringSource Team Blog</dc:creator>
		<pubDate>Mon, 07 May 2012 02:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://codingjunkie.net/?p=356#comment-525</guid>
		<description>[...] is a lot more to the Servlet async support, and you can find various examples and writeups, but the above sums up the basic concept you need to [...]</description>
		<content:encoded><![CDATA[<p>[...] is a lot more to the Servlet async support, and you can find various examples and writeups, but the above sums up the basic concept you need to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Drag and Drop (Part 3) by INeedHelpCoding</title>
		<link>http://codingjunkie.net/android-drag-and-drop-part-3/comment-page-1/#comment-524</link>
		<dc:creator>INeedHelpCoding</dc:creator>
		<pubDate>Sat, 05 May 2012 02:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://codingjunkie.net/?p=1027#comment-524</guid>
		<description>Hey I just realized that Drag and Drop is only applicable for API 11 and up. I was wondering if there was an alternative to this for API&#039;s under 11. This is because the game I am creating is for Android 2.2 and above (API 8).</description>
		<content:encoded><![CDATA[<p>Hey I just realized that Drag and Drop is only applicable for API 11 and up. I was wondering if there was an alternative to this for API&#8217;s under 11. This is because the game I am creating is for Android 2.2 and above (API 8).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Drag and Drop (Part 3) by Bill B</title>
		<link>http://codingjunkie.net/android-drag-and-drop-part-3/comment-page-1/#comment-522</link>
		<dc:creator>Bill B</dc:creator>
		<pubDate>Tue, 24 Apr 2012 03:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://codingjunkie.net/?p=1027#comment-522</guid>
		<description>Hi Jeshika,

Based on comments from another reader, the approach I outlined in this post does not seem to work for LinearLayout from a FrameLayout. I have not tried to confirm this myself, but in my own code the drag occurs between LinearLayout objects contained in a TableLayout. Hopefully this is some help. Could you provide a few more details on what you are trying to do? Thanks for commenting.

Cheers,
Bill</description>
		<content:encoded><![CDATA[<p>Hi Jeshika,</p>
<p>Based on comments from another reader, the approach I outlined in this post does not seem to work for LinearLayout from a FrameLayout. I have not tried to confirm this myself, but in my own code the drag occurs between LinearLayout objects contained in a TableLayout. Hopefully this is some help. Could you provide a few more details on what you are trying to do? Thanks for commenting.</p>
<p>Cheers,<br />
Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Drag and Drop (Part 3) by Bill B</title>
		<link>http://codingjunkie.net/android-drag-and-drop-part-3/comment-page-1/#comment-521</link>
		<dc:creator>Bill B</dc:creator>
		<pubDate>Tue, 24 Apr 2012 02:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://codingjunkie.net/?p=1027#comment-521</guid>
		<description>Hi,

Sorry for the delay in the response. The code examples aren&#039;t great for doing a copy/paste as it&#039;s got some of my own custom code mixed in.  I think what will work best is if I take out my own code and make it more generic and post a few gists on github.  Stay tuned and thanks for your patience.

Cheers,
Bill</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sorry for the delay in the response. The code examples aren&#8217;t great for doing a copy/paste as it&#8217;s got some of my own custom code mixed in.  I think what will work best is if I take out my own code and make it more generic and post a few gists on github.  Stay tuned and thanks for your patience.</p>
<p>Cheers,<br />
Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s New In Java 7:  Copy and Move Files and Directories by Bill B</title>
		<link>http://codingjunkie.net/java-7-copy-move/comment-page-1/#comment-520</link>
		<dc:creator>Bill B</dc:creator>
		<pubDate>Tue, 24 Apr 2012 02:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://codingjunkie.net/?p=1673#comment-520</guid>
		<description>Vinícius,

I have to agree with you.  Although the new methods in the Files class are significant improvement for copying and moving files, I find the solution for copying and moving directories disappointing also.  But at least there is a reasonable option now, compared to what one would have to do before.  Thanks for taking the time to comment.

Cheers,
Bill</description>
		<content:encoded><![CDATA[<p>Vinícius,</p>
<p>I have to agree with you.  Although the new methods in the Files class are significant improvement for copying and moving files, I find the solution for copying and moving directories disappointing also.  But at least there is a reasonable option now, compared to what one would have to do before.  Thanks for taking the time to comment.</p>
<p>Cheers,<br />
Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Drag and Drop (Part 3) by jeshika</title>
		<link>http://codingjunkie.net/android-drag-and-drop-part-3/comment-page-1/#comment-518</link>
		<dc:creator>jeshika</dc:creator>
		<pubDate>Thu, 19 Apr 2012 09:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://codingjunkie.net/?p=1027#comment-518</guid>
		<description>i need help from you i have a class named DragLayer where the linearlayout and frame layout is the subclass of DragLayer i have a grid view in  the linearlayout i must drag a bitmap from the frame layout to linear layout how to check condition for the valid move when the bitmap being drag and drop only the valid bitmap should  be dragged to the valid grid view images
 as the valid move you have done for but the thing to be</description>
		<content:encoded><![CDATA[<p>i need help from you i have a class named DragLayer where the linearlayout and frame layout is the subclass of DragLayer i have a grid view in  the linearlayout i must drag a bitmap from the frame layout to linear layout how to check condition for the valid move when the bitmap being drag and drop only the valid bitmap should  be dragged to the valid grid view images<br />
 as the valid move you have done for but the thing to be</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s New In Java 7:  Copy and Move Files and Directories by Vinícius Godoy</title>
		<link>http://codingjunkie.net/java-7-copy-move/comment-page-1/#comment-514</link>
		<dc:creator>Vinícius Godoy</dc:creator>
		<pubDate>Tue, 10 Apr 2012 20:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://codingjunkie.net/?p=1673#comment-514</guid>
		<description>Interesting, but for directories it is still disappointing. 

Why does not Java add a CopyFileOptions.RECURSIVE? I think that&#039;s what everyone expected. And several times there&#039;s no need for more functionality than that (thus, we could expect every Java programmer in the world ending with a DirUtils, like you did). 

The CopyFileOptions.RECURSIVE method would also allow VM to be optimized to do operating system&#039;s bulk move operations, which are usually are very fast, much faster than moving file by file.

Off course it&#039;s nice advance from previous Java versions and it&#039;s very a powerful feature to have a visitor, but the design pattern should be left for those who want a more elaborate approach over the directory tree, not for extremelly common operations such as copying, moving or reading a directory size.</description>
		<content:encoded><![CDATA[<p>Interesting, but for directories it is still disappointing. </p>
<p>Why does not Java add a CopyFileOptions.RECURSIVE? I think that&#8217;s what everyone expected. And several times there&#8217;s no need for more functionality than that (thus, we could expect every Java programmer in the world ending with a DirUtils, like you did). </p>
<p>The CopyFileOptions.RECURSIVE method would also allow VM to be optimized to do operating system&#8217;s bulk move operations, which are usually are very fast, much faster than moving file by file.</p>
<p>Off course it&#8217;s nice advance from previous Java versions and it&#8217;s very a powerful feature to have a visitor, but the design pattern should be left for those who want a more elaborate approach over the directory tree, not for extremelly common operations such as copying, moving or reading a directory size.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

