How to set the visibilty of button in a custom ListView?
问题 I have a custom ListView with a button , so when I click on a button it should disappear and it is disappearing but when I scroll down and come back the button is again appearing and a different button is getting disappeared. How can i make the specific button to disappear on clicking.... I am using this code holder.checkbox = (Button) view.findViewById(R.id.checkBox1); holder.checkbox.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { holder.checkbox