I am working on an application which is having Carousel implementation for the listings.
Now I need to drag a particular item image from the Carousel and need to drop it on the bottom bucket. I have got documents regarding Carousel and Drag and drop functionality in Android from the following links :
Sencha carousel implementation in android
Carousel view implementation like listview scrolling
http://www.vogella.com/articles/AndroidDragAndDrop/article.html etc.
But I am still not getting any options for Drag and Drop from Carousel. Please any one suggest me some better links for this functionality.
Thanks in Advance