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 75 forks source link

Can't use admobadapter with FirebaseRecyclerAdapter #122

Closed iam-mhaseeb closed 6 years ago

iam-mhaseeb commented 6 years ago

Admobadapter version or commit: 1.4.6

Android compileSdkVersion: 27

Issue description briefly: admobadapter wraper can't wrap on FirabaseRecyclerAdapter - It shows type casting error

Immediate fix requested

private FirebaseRecyclerAdapter<String, DailyQuoteHolder> madapter; adapterWrapper = new AdmobRecyclerAdapterWrapper(this, testDevicesIds); adapterWrapper.setAdapter(madapter);

kot331107 commented 6 years ago

@iam-mhaseeb Hi, please see https://github.com/clockbyte/admobadapter/issues/81 Is it the same?

iam-mhaseeb commented 6 years ago

Yes, it's same. Closing it due to duplicate.