how can i identify the click on my comment option inside each listview???
is it possible???coment is a textview inside listview...please help................

If I understand what you are asking correctly, you should be able to use setOnClickListener() on the ListView. This has an onItemClick method() that passes you a reference to the embedded widget, its position and id, making it easy to detect the one you are looking for.


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to