5

I want to create options for each ListView item like Google Now Android app.

I Have created a custom ListView and each item in the ListView will have a overflow image as in Google Now app's UI Card.

Now when I click on that overflow image, I want a dropdown showing the list of operations I can perform on the corresponding item in the ListView.

Can anybody has the solution or alternate to this?

tshepang
  • 12,111
  • 21
  • 91
  • 136
gohil90
  • 517
  • 5
  • 16

1 Answers1

0

Yes there is library called CardUI that you can use to accomplish your task!

To read more about CardUI library go to CardUI on androidviews.com

And to download this library go to This link and click on Zip button. That will download the library as a .rar file

Shajeel Afzal
  • 5,913
  • 6
  • 43
  • 70
  • I have seen 'CardUI' library. But I dont want Card in my listview, I just want the operations for each 'ListView' item as shown in Google Now App. – gohil90 Mar 17 '13 at 19:07