What I want to achieve:
I have a custom ListView adapter. To each Listitem I want to add a popup menu, pretty similar to the ListView in the current Google Play appl
Rick's code of lines works perfect as long as you import the following:
import android.widget.PopupMenu;
Not the one below:
import android.support.v7.widget.PopupMenu;