Skip to content Skip to sidebar Skip to footer

Adview Requests New Add Every Time Seekbar Is Touched

I am creating a live wallpaper settings activity. It has a few seek bars and an Ad Mob ad view. Every time I touch one of the seek bars the ad temporarily disappears and then reloa

Solution 1:

I think onCreateView will be called multiple times so an ad request will be created every time. Try moving your admob code to something like onBind or onAttached.


Post a Comment for "Adview Requests New Add Every Time Seekbar Is Touched"