Dynamically hiding Views in Custom Listview in Android
问题 I have a custom listview in which I have a Textview and Imageview now I want to hide or display the Imageview for some Items in the Listview ony. I have done this using getview method but the problem is that when the Listview is displayed at first time the View does not get hide but when I scroll down and scroll up that time it gets hidden. following is the code snippet. Thanks in advance. public View getView(int position, View convertView, ViewGroup parent) { View v = super.getView(position,