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 below interstitial.setAdListener(this); // Create ad request AdRequest adRequest = new AdRequest(); adRequest.addTestDevice(AdRequest.TEST_EMULATOR); // Begin loading your interstitial interstitial.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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

