You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this working for my recyclerview app but there is a problem. When the Activity opens, a banner ad is loaded every 8 items, and even if you destroy it in the onDestroy method, it does not close! This is a critical bug that needs to be resolved! So even if the activity is terminated, adView is reloaded.
I tried such a method, but it is not correct because clearing the list and terminating the adapter while the elements are loading cannot be the right solution. Please update the method
This error still persists. For example, if the size of the entire list is 1000 and an ad needs to be loaded in one of every 10 items, it is necessary to wait approximately 1 minute. However, if the user exits the activity while the ads are loading, the ads will continue to load. Please resolve this critical issue immediately!
I got this working for my recyclerview app but there is a problem. When the Activity opens, a banner ad is loaded every 8 items, and even if you destroy it in the onDestroy method, it does not close! This is a critical bug that needs to be resolved! So even if the activity is terminated, adView is reloaded.
I tried such a method, but it is not correct because clearing the list and terminating the adapter while the elements are loading cannot be the right solution. Please update the method
Link: https://github.com/googleads/googleads-mobile-android-examples/blob/master/java/advanced/BannerRecyclerViewExample/app/src/main/java/com/google/android/gms/example/bannerrecyclerviewexample/MainActivity.java
The text was updated successfully, but these errors were encountered: