Two Item get selected in Recyclerview when i click on Linear Layout to change Background
问题 I searched Lot about this problem but did not Find Exact Solution.My Problem is that if i select layout at some position to change the background it works fine but at the same time it also change background of other layout. example if i click on position 0 it also change to postion 9,19 means 0,9,19 here is my code RecyclerAdapter.java public class RecyclerAdapter extends RecyclerView.Adapter<RecyclerAdapter.myViewHolder> { Context mContext; private List<randomDatas> mData; static int count=0