I mimic the Google Now card style, and now I want to have the three-dot menu on each card to display further advanced options that are possible with this list item.
Unfortunately, I have no idea how they made it. It seems similar to the onOptionsItemSelected.

Any ideas?
A simple imageView will do. Put an imageview (of the 3 dot menu icon) in your listview list layout and then simply call it's
onClickListenerin bindView or any other relevant method.For example, you can use a SimpleCursorAdapter and override it's
bindView()method.