I am not sure if this question has been asked here or not. I look for a way to simulate the slide action in listview of Android. Similar to that of Samsung Galaxy/Nexus contact
Check out SwipeActionAdapter
It's an awesome library that allows Swipe in both directions with an underlying Layout
or Color
, and performs a desired action when the swipe/slide gesture is done. You can configure it to reveal/change the layout.
Check out SwipeMenuListView
In a sense, it is more like the Swipe-able TableViews in iOS.