Search code examples
androidadmobinterstitial

When to call Interstitial Ad?


I am very confused on what event i should trigger the Interstitial Ad, or what is the best event to launch Interstitial Ad.

I tried the following:

onStart()

onDestroy()

onStop()

onResume()

Please help


Solution

  • You should create the instance of your ad in the class itself. Load the ad in OnCreate and the show the ad whenever you want it to be, some level change or OnPause, Ondestroy anytime you like.