Move icons in app menu

Asked

Viewed 37 times

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

    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.

  • There would be some example I can implement of both the cases you cited @Wakim ?

  • 1

    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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.