I wonder how can I make a ListView‘s elements slide out on slide, like the way you can slide a notification from the notifications bar in Android. This is my situation:
I have a list of items, and, when the user wants to remove an item from this list, she simply slides an element towards the edge of the screen. I would like this slide-out to be visible, e.g. to use some kind of animation that slides out that given View holding the item.
Here are some images to illustrate this.
First, this is the normal state of the notification.

And then, this is during slide-out

Thanks.
Roman Nurik (Android developer advocate) created a quick-and-dirty swipe-to-dismiss implementation. Jake Wharton backported it, using NineOldAndroids, to work on earlier Android versions. You might give one of those a try.