How can I have separate click events for each column in listview? I have two textviews in each row of the listview. I want to handle two separate events for each textview.
How can I do that? Please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can handle that click event by defining the onClickListener for TextView in you custom adapter where you set the TextView values
here is the snippet code for this