I have a listview with custom listitems. Each listitem has a togglebutton. This button enables his own time chronometer, in same listitem.
Only one chronometer can be activated at same time. How can I disable the other chronometers when I activate one of them?
You haven’t posted any code, so there are two ways to do this:
CHOICE_MODE_SINGLE), then this should handle itself.getView()will handle the rest.If you want specific advice please be more specific about what you have done (showing the relevant code) and why it doesn’t work (with the LogCat if there are errors).