ExpandableListView context menu

Posted by Aleksander O on Stack Overflow See other posts from Stack Overflow or by Aleksander O
Published on 2010-05-14T14:28:10Z Indexed on 2010/05/14 14:44 UTC
Read the original article Hit count: 348

Filed under:

I'm trying to add a context menu to my ExpandableListView. I've implemented onCreateContextMenu() and onContextItemSelected() but if I hold my finger on a menu item context menu doesn't appear. What's my mistake?

Thanks,

Aleksander

© Stack Overflow or respective owner

Related posts about android