1

enter image description here

Hi want to implement the functionality to call any contact from listview using swipe functionality as below image in android.

How can i achieve this in android?

Any suggestion will be appreciated. Thanks.

Rushabh Patel
  • 3,052
  • 4
  • 26
  • 58

1 Answers1

3

I think You want to sliding drawer on Listview following links are explain how to achieve this one:

Tutorial link :http://w2davids.wordpress.com/android-damn-that-sliding-drawer/

Stack Overflow post :Android - ListView slide left/right like Samsung contact ListView

Animate Android ListView to slide up and down like the notification list

Another Tutorial another link below: http://android-coding-tuts.blogspot.in/2012/02/custom-listview-with-sliding-view-for.html

Community
  • 1
  • 1
Dinesh
  • 6,500
  • 10
  • 42
  • 77