Skip to content

Instantly share code, notes, and snippets.

@YvesBill
Created October 20, 2013 19:37
Show Gist options
  • Save YvesBill/7074224 to your computer and use it in GitHub Desktop.
Save YvesBill/7074224 to your computer and use it in GitHub Desktop.
//Gli importi delle classi
import com.google.ads.AdRequest;
import com.google.ads.AdView;
// Va implementato appena sotto il metodo onCreate
AdView adview = (AdView)findViewById(R.id.adView);
AdRequest re = new AdRequest();
adview.loadAd(re);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment