Hey, I was curious if there was a way that I can assign each menu item in a ListView
its ID from the SQLite database, so that when I do something like onClick, or using a ContextMenu, I can tell what item / row I am referencing to.
views:
34answers:
1
A:
Yep when you implement the onItemClickListener the id argument is what you are wanting.
schwiz
2010-09-06 23:00:03