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

Limited to RecyclerView.ViewHolder #133

Closed wagaana closed 4 years ago

wagaana commented 4 years ago

I cant use it in my recycler view

** setAdapter(RecyclerView.Adapter adapter)

but my adapter is

RecyclerView.Adapter **

kot331107 commented 4 years ago

@wagaana https://github.com/clockbyte/admobadapter/issues/81 hopefully it help you. I know this lib could use generics instead, sorry, I have no time to improve it for now

wagaana commented 4 years ago

Yes Sir. I got it at last