how to update data in recyclerview item from another item?
问题 I have a problem with RecyclerView , I have RecyclerView which has a radio button and few other views in each row item, What I wanted exactly is, when a RadioButton is checked by user I want to uncheck other RadioButton (if anything is checked earlier). Since it is a Recyclerview I cannot use radiogroup. In the adapter onBindViewHolder I write this listener for each radio button holder.radioButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) {