I have a ListActivity and using BaseAdapter i have populated ListItems (Single ListItem row contains 3 views: 1 ImageView <"icon">, 1 TextView <"Title"> and 1 more TextView <"Description">).
Now When I short click on a list item, I get the position via onListItemClick event. When I long click on the same listItem, the context menu comes up. The thing is that there is no info on the position (long click position/Index value). I would like to get the selected item without requiring the user to short click and then long click. I have tried few things like getSelectedItem(), getSelectedItemId(), and getSelectedItemPosition() but didn't work for me. Help and Support would be greatly appreciated. Thank You. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

