Android how to identify item in listview with checkbox
I am really stuck here. What I want is not simple (for me), however I've been programming android a year now. What I want is a listview with an imageview, a textview, a checkbox, and another textview in each row. Let's have a textview and a checkbox first in the layout. Based on this tutorial I managed to do that (there are a lot, but this seems to be the best for me). I have a listview populated with textviews and checkboxes. This is the result: This is how I get the text of textview I click on: textView.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) {