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

update cookbook #98

Closed mamert closed 6 years ago

mamert commented 6 years ago

I'm using admobadapter:1.4.5. The current cookbook makes references to methods and classes that do not exist - e.g. adapterWrapper.release(), com.clockbyte.admobadapter.ViewWrapper Where can an up-to-date guide be found?

kot331107 commented 6 years ago

@mamert Yepp sorry for that! You could get the sampleapp, it contains the latest code for a common use-case.