When using a custom adapter, with a BindView method, is it possible to obtain the ContextMenu object associated with the view being bound?
I would like to change the items displayed in the context menu depending on the item being displayed and I can't find a way to obtain the corresponding ContextMenu.
Thanks