I am working on an application which allows users to order items from a Gallery widget. The user must have the capability to select an order from the Gallery widget. Orders should display as images on the Gallery and the user must have the capability to drag an image and place it onto order button.
I am stuck with the drag and drop part. How do I drag and drop images using the Gallery widget in Android?