Hello.
I'm developing an Android application.
I have several objects loaded on a ListActivity
. I want to know the item clicked on event onListItemClick
.
I see method onListItemClick
has a parameter called id. How can I setup this id?
My objects are identified by an ID, how can I add this ID to listItem?
Thanks.