I have a GridView
in which I am showing list of books. I have tried by creating custom layout and putting cancel button onlongclick listener of a view. But i am not able to apply a shaking animation to the items. Can anyone guide me how can i apply an animation to the items and make it similarly like iphone?
Now I want to provide feature to delete the Multiple items from the GridView
like the View
which shows as below:
I did lots of research for this ,but failed to get such kind of view in Android.
Can any one guide me for this?