Skip to content

Instantly share code, notes, and snippets.

@Sinitca-Aleksandr
Created November 29, 2015 11:50
Show Gist options
  • Select an option

  • Save Sinitca-Aleksandr/f926ade82a02017fa6a0 to your computer and use it in GitHub Desktop.

Select an option

Save Sinitca-Aleksandr/f926ade82a02017fa6a0 to your computer and use it in GitHub Desktop.
AdView adView = (AdView) this.findViewById(R.id.adView);
AdRequest adRequest = new AdRequest.Builder().build();//Запрашиваем объявление
adView.loadAd(adRequest);//Загружаем и показываем объявление.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment