Is there a way to preload AdMob ads on Android?

后端 未结 3 1204
鱼传尺愫
鱼传尺愫 2021-01-19 02:13

I have a AdMob ad in a \"dialog\" (a View I created to look like one, because ads will not fit in a normal Dialog) in my app. Usually it takes about 4 or 5 seconds before th

3条回答
  •  暖寄归人
    2021-01-19 02:38

    I have done it by use one adview multiple time and in multiple activity

    It just load once, and you can use it where ever you want,

    It will refresh on its given refresh rate.

    demo is given here

    you may need some modification but actual idea is implemented.

提交回复
热议问题