Tutorial by Examples

You'll need to add the following to your dependencies: compile 'com.google.firebase:firebase-ads:10.2.1' and then put this in the same file. apply plugin: 'com.google.gms.google-services' Next you'll need to add relevant information into your strings.xml. <string name="banner_ad_unit_id...
Interstitial ads are full-screen ads that cover the interface of their host app. They're typically displayed at natural transition points in the flow of an app, such as between activities or during the pause between levels in a game. Make sure you have necessary permissions in your Manifest file: ...

Page 1 of 1