I ran not to use two CardView in RecyclerView, who can help me?
public class RecyclerViewAdaptor extends RecyclerView.Adapter<RecyclerView.ViewHolder> {
private static final int FIRST = 0;
private static final int SECOND = 1;
private ArrayList<ProdusSave> arrayList = new...