Admobadapter version or commit:
v1.4.6
Android compileSdkVersion:
26
Issue description briefly:
Adapter replaces the item with an ad - it should insert an ad not replace (or skip) the item itself.
Steps to reproduce:
Nothing fancy here, just checked your sample code and found out it simply replaces the item with the native ad using a switch case.
All the code which you want to share
Well If I can think of something, I will. The idea right now running in my mind is to use a composite item layout which will have the POJO + Ad Unit members within it so the view holder can nind to both accordingly.