Android Question AdMob Load each activity?

Jhonn

Member
Using admob, only way is call LoadAd for each activity? Google documentation between call past 60 seconds. But this is not global variable.

Ex.:
Activity Main Call AdView1.LoadAd
Activiy Second Call AdView1.LoadAd
 
Top