Hello.

At the moment I am trying to implement a ListView with the following
row setup:

ImageView - TextView - Checkbox

The TextView and the CheckBox should be be clickable and should handle
different actions. What is the right way to implement such a
behaviour? At the moment I am setting onClick and onCheckedChange
Listeners on both of the views in the getView method of my ListView
adapter.

Is that the right way or should I take a different approach.

Regards
--~--~---------~--~----~------------~-------~--~----~
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