Options for each item in an Android list

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?

+5
source share
1 answer

Yes there is a library called CardUIthat you can use to accomplish your task!

CardUI, CardUI androidviews.com

, This Zip. .rar.

0

All Articles