Skip to content

Instantly share code, notes, and snippets.

@saurabhalang
Last active August 29, 2015 14:24
Show Gist options
  • Select an option

  • Save saurabhalang/8898de427344feb3565a to your computer and use it in GitHub Desktop.

Select an option

Save saurabhalang/8898de427344feb3565a to your computer and use it in GitHub Desktop.
How to show admob ads in your android apps?
xmlns:ads="http://schemas.android.com/apk/res-auto"
<com.google.android.gms.ads.AdView
android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true"
ads:adSize="BANNER"
ads:adUnitId="@string/banner_ad_unit_id">
</com.google.android.gms.ads.AdView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment