I use a CustomCursorAdapter to populate a ListView. Also the onitemclicklistener works for reading text from the clicked ListItem.
I only display partial data from the cursor used..
How can i access the corresponding item in the database , when a listitem is clicked so that i can display all the data in a toast or dialog box.