[P.S. tanto per darvi un'idea, questa è il mio tipo ideale]
Sub Globals
Dim mwAdInterstitial As mwAdmobInterstitial 'AdMob Interstitial
......
......
......
Sub Activity_Create(FirstTime As Boolean)
mwAdInterstitial.Initialize("mwadi","ca-app-pub-xxxxxxxxxxxxxxxxx")
mwAdInterstitial.LoadAd
Activity.LoadLayout("Livelli")
------
.......
......
Sub mwadi_AdLoaded
Log("ad loaded")
End Sub
Sub mwadi_AdFailedToLoad (ErrorCode As String)
Log("failed to load ad: " & ErrorCode)
Activity.Finish
StartActivity(Main)
End Sub
Sub mwadi_AdClosed
'you can call LoadAd again here to queue the next ad
End Sub
#AdditionalRes: C:\Program Files (x86)\Android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms
prché diamine se metto un'Actiity.Finish il codice continua a caricare
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?