I'm an Android Developper and I use Mopub/Fabric to integrate ads in my apps. For Banner/Interstitiel/Native Ad List, it's ok. But I have some issues with a specific way to integrate Native Ad. Let me explain : I have an Activity (with a ViewPager) which implement an Adapter (BaseAdapter) and a ViewHolder to display data. In each child of my ViewPager, there are :
- First : Some text
- Second : My Native Ad
- Third : A button.
Is there a way to accomplish this with a MoPubAdAdapter or something else ?
Thank you in advance.