Within my ListVeiw item I have 4-8 ImageView(some of them are invisible depended of some value) and 4 TextView.
When I Long click to item of Listview the (AdapterContext
You need to register the list for context menu, not the items.
// wrong: activity.registerForContextMenu(vi); // right: activity.registerForContextMenu(myList);