Is there any examples of how to implement full-screen advertisement for android?

Jan-Terje Sørensen picture Jan-Terje Sørensen · Jan 24, 2012 · Viewed 17.5k times · Source

Is there any examples of how to implement full-screen advertisement for android using AdMob?

I have researched and found these tutorials:

EDIT - added some related questions:

  1. In the tutorials it looks like you have to use Android 4.0 to get the interstitial house ads to work. Is it not possible in earlier versions?

Answer

Eric Leichtenschlag picture Eric Leichtenschlag · Jan 24, 2012

Please see the AdMob Interstitial documentation for how to add interstitials to your Android app. Please note, however, that you need to be whitelisted for interstitial ads to get interstitial ads from AdMob. Right now you will only be able to see the test interstitial ad, or a house ad interstitial that you traffic to your app.

EDIT:

The Google AdMob SDK v4.3.1 requires that you set your android build target to android-13 (Android 3.2) or higher. You can still get ads on devices all the way down to Android 1.5 (android-3) by setting the minSdkVersion="3" in your manifest.