In public void onCreateContextMenu(ContextMenu menu, View v,ContextMenuInfo menuInfo} event ,
I think I can know which control launch onCreateContextMenu event by the arg View v using the following, right?
ImageView imageview=(ImageView)v
But In public boolean onContextItemSelected(MenuItem item), I can't find the same arg, how can I do? Thanks!