Skip to content

Instantly share code, notes, and snippets.

@saurabhalang
Created July 13, 2015 16:15
Show Gist options
  • Select an option

  • Save saurabhalang/6865f0e0ecc99dd09622 to your computer and use it in GitHub Desktop.

Select an option

Save saurabhalang/6865f0e0ecc99dd09622 to your computer and use it in GitHub Desktop.
How to show admob ads in your android apps?
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