1
In my project, there is a menu, in which there are several small icons created through Imageview, and I have to make these icons available to be moved, similar to Android home. Would have some method so that I can do this action?
1
In my project, there is a menu, in which there are several small icons created through Imageview, and I have to make these icons available to be moved, similar to Android home. Would have some method so that I can do this action?
Browser other questions tagged android image menu app
You are not signed in. Login or sign up in order to post.
If you use the SDK 14+, you can use the framework of Drag and Drop, otherwise you will have to implement the drive (not too complicated) or use some third party lib for it.
– Wakim
There would be some example I can implement of both the cases you cited @Wakim ?
– Jonathan Sales
Example I do not have here, and I can not do one at the moment, maybe just the night, but I think this site has a good tutorial: http://www.vogella.com/tutorials/AndroidDragAndDrop/article.html.
– Wakim