Open maxotov opened 8 years ago
@maxotov Did you find any solution to this. I am also facing a similar problem and wanted a solution.
i faced this problem and i solved it by adding mDemoSlider = (SliderLayout) v.findViewById(R.id.slider); mDemoSlider.removeAllSliders(); // to disable repeating items while scrolling
I want to use image slider in cardview inside recyclerview. Problem is when sliding images one item in slider layout repeat images another item. How to solve this?
My adapter class code:
`public class GoodsAdapter extends RecyclerView.Adapter implements BaseSliderView.OnSliderClickListener{ private final int VIEW_ITEM = 1; private final int VIEW_PROG = 0;