clockbyte / admobadapter

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
Apache License 2.0
237 stars 76 forks source link

Integrate AdmobAdapter with Infinite-Fire #80

Open 3llomi opened 7 years ago

3llomi commented 7 years ago

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

kot331107 commented 7 years ago

@3llomi Hi, what wrapper do you use exactly? AdmobAdapterRecyclerWrapper or something...?

3llomi commented 7 years ago

@kot331107 yes i am using AdmobExpressRecyclerAdapterWrapper