onItemClick gives index/ position of item on visible page ... not actual index of the item in list .
- by Abhinav
hi,
I am creating a list .. the elements of the list are drawn from sqlite database .. I populate the list using ArrayList and ArrayAdapter ...upon clicking the items on the list I want to be able to fire an intent containing info about the item clicked ... info like the index number of the item ..
using the method :
onItemClick(AdapterView av,…