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?