Jhamil
Hmm yeah sorry, I need to add admob native ads inside a recyclerview, it's easy since it's just a multiview but the problem is that I do filtering with the recycler view items. If I'd pass List<Objects> ( adview and itemview) the filter method is somehow disrupted
And since it is filtered i have a second List to hold the filtered items which in case the adview objects isn't included, rendering my adview useless