I'm attempting to build a file manager containing a simple gridView which can be dragged and dropped - as well as the ability to rename each folder.
The closest I've been able to find thus far is this example:
http://blahti.wordpress.com/2012/03/03/improved-drag-drop-for-gridview/
However I am unable to figure out how to add a textView which can be dragged and dropped in addition to the tiles in the example.
Thus far I have tried this:
Android / Java - Add textView to Drag-Drop GridView Tutorial / Example
However I am wondering if anyone has seen an example of how this can be accomplished.
I imagine a drag and drop gridview with a textView would be a common implementation for either a file manager or a custom launcher - so I am surprised I have not been able to find any examples.
Thanks in advance!