Iterate through ListView in custom Adapter
问题 I have a custom ListView . Each row contains a TextView and ImageView . Look at screenshot: On Item click I make that ImageView visible. But the problem is that only ONE ImageView should be visible at a time. I think that the best approach is to set all other ImageViews as INVISIBLE on click. And after all images gone make a clicked one VISIBLE . But I don't know how to iterate properly that in Adapter : private class TimeZoneItemAdapter extends ArrayAdapter<String> { private Activity