Hello, I'm working on a project and I need to implement a ListView where the user can swipe a single list item to the right or to the left, just like the Contacts app in Android where you can swipe in order to call or to send a message. I know you can use a swipe listener and check it's direction, but I would like to know if there's a more efficient way to do it, incluiding the real-time animation. Is it possible? I've been spending a lot of time searching around, but I haven't found a solution yet.
I'm using XML for the interface, I'm trying not to create any elements via js.