List View custom adapter randomly checking values
问题 I have made a list view with a custom Adapter having an imageview, textview and a checkBox --------------------------------------- <ImageView --- textView --- checkbox > --------------------------------------- The listview has an onClickListener to it and the checkboxes have onCheckListener.. I have used a boolean array (named as status) to set the checkboxes checked or not initialized to false in the begining. Suppose I have 19 items on the list and I check the checkbox of first item it