I want to create options for each item ListView, such as the Google Now Android app.
I created a custom one ListView, and each element in ListViewwill have an overflow image, as in the Google UI Card.
Now, when I click on this overflow image, I want the dropdown to show a list of operations that I can perform on the corresponding item in the ListView.
Does anyone have a solution or an alternative to this?
source
share