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

Jerky scroll when used in ListView #102

Open mehmedean opened 6 years ago

mehmedean commented 6 years ago

I am using version 1.4.5 and I integrated adapter to my ListView as defined in the beginning of the cookbook. The scrolling gets terrible and jerky on my Nexus 6P with Android 8.1 Oreo. Why is this happening?

I haven't see any ViewHolder pattern for ListView, so, is this because of it?

kot331107 commented 6 years ago

Yeah I guess we should investigate and refactor the code for Advanced ads... I haven't worked on it while Advanced ads were in a beta. Sorry for a late answer