I have a ListView that will allow the user to long-press an item to get a context menu. The problem I\'m having is in determining which ListItem they long-press
ListItem
And don't forget to put this
registerForContextMenu(listview);
in your onCreate method to get your context Menu visible.
onCreate