[android-developers] Re: How to create android Ad Interstitial?
I saw it before, and used the code but nothing happened.
On Tuesday, June 19, 2012 8:27:29 PM UTC+3, RichardC wrote:
https://developers.google.com/--mobile-ads-sdk/docs/android/ advanced Read the note about needing an invite unless you just running house ads.
On Tuesday, June 19, 2012 6:21:19 PM UTC+1, Mohammad Abu Hmead wrote:Dear Guys,How to create Interstitial ad in my android app, I tried many blogs but no one give the step by step solution.- Should I edit something on adMob site? I created site from ad sit/app option under Sites & Apps tab.-I used this code:interstitial = new InterstitialAd(this, "MyAdMobID");// Set Ad Listener to use the callbacks belowinterstitial.setAdListener(this); // Create ad requestAdRequest adRequest = new AdRequest();adRequest.addTestDevice(AdRequest.TEST_EMULATOR); // Begin loading your interstitialinterstitial.loadAd(adRequest); adRequest.setTesting(true);Kind Regards in Advance.
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home