How to display a Interstitial Ad in a LibGDX project?
I found a Flappy Bird GitHub project and changed it a little bit. I successfully implemented the AdMob Banner. But now I also want a Interstitial Ad which pops up when the Game is over (not every time of course) so here is my GitHub project: https://github.com/DaFaack/FlappyBibi Please explain me how to do it because I can't find a good explanation on the internet. I want to display the ad in the run() method. You can find it in the core package -> GameplayScreen.java File -> renderPlaying() method and then the run() method. This is the method i am talking about: private void renderPlaying() {