I have created one custom list view item for my application. Suppose for any click evet I need a particular child from the list view, how can I get that?
Any link or any help is appreciated.
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.
Suppose you have one custom list view (say lv). Then implement one onItemClickListener as below –
Here position helps you to recognise the item which has been clicked by the user. For each item you want to work with, you can get that in similar fashion.