Created
July 13, 2015 16:15
-
-
Save saurabhalang/6865f0e0ecc99dd09622 to your computer and use it in GitHub Desktop.
How to show admob ads in your android apps?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AdView mAdView = (AdView) findViewById(R.id.adView); | |
| AdRequest adRequest = new AdRequest.Builder().build(); | |
| mAdView.loadAd(adRequest); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment