It wraps your Adapter to display Admob native ads and banners in a ListView/RecyclerView data set. It based on the Yahoo fetchr project https://github.com/yahoo/fetchr
i am trying to integrate AdmobAdapter with Infinite-Fire ,which is a Library that makes pagination happens in Firebase and it's based on Custom RecyclerView Adapter with a "Firebase-Array".
the problem is after adding Admob Adapter Wrapper to the Infinite-Fire Adapter ,the items is not showing and when i scroll somehow only the ad is Showing!
i think the problem is that the Content itemViewType is not called
any ideas please?
Thanks
i am trying to integrate AdmobAdapter with Infinite-Fire ,which is a Library that makes pagination happens in Firebase and it's based on Custom RecyclerView Adapter with a "Firebase-Array". the problem is after adding Admob Adapter Wrapper to the Infinite-Fire Adapter ,the items is not showing and when i scroll somehow only the ad is Showing! i think the problem is that the Content itemViewType is not called any ideas please? Thanks
here is the Infinite-Fire repo https://github.com/marcorei/Infinite-Fire