Error “Incompatible types” while adding NativeAds in recyclerView
问题 I am trying to add Native ads in my recyclerView. For that I am following this tutorial. But looks like my RecyclerViewAdapter is a little bit different than what they have with them. package com.comp.app.adapters; public class RecyclerViewAdapter extends RecyclerView.Adapter<RecyclerViewAdapter.RecyclerViewHolder> { private Context context; private Constants constants; private String androidId; private String id; private ArrayList<CardSetterGetter> arrayList = new ArrayList<CardSetterGetter>