[android-developers] Re: Cant find item for context menu.

2009-10-22 Thread Mark Murphy
Boozel wrote: Can someone please help me find which item was long clicked in this method i need to determine which item was clicked so that if it is a favorite or not already i can change the Add to Favorites accordingly. public void onCreateContextMenu(ContextMenu menu, View v,

[android-developers] Re: Cant find item for context menu.

2009-10-22 Thread Boozel
Thanks a lot it worked great. i implemented it like this if any one needs it AdapterContextMenuInfo info = (AdapterContextMenuInfo) menuInfo; On Oct 22, 2:07 pm, Mark Murphy mmur...@commonsware.com wrote: Boozel wrote: Can someone please help me find which item was long clicked in this