Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Last active April 19, 2018 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/3f5735505c9b0d486f81dad24d2a7691 to your computer and use it in GitHub Desktop.
Save juucustodio/3f5735505c9b0d486f81dad24d2a7691 to your computer and use it in GitHub Desktop.
Example how to monetize yours Xamarin.Forms applications with AdMob by Google - http://julianocustodio.com/admob-xamarin-forms
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:DemoAdMob"
x:Class="DemoAdMob.MainPage">
<StackLayout>
<local:AdMobView x:Name="adMobView"
VerticalOptions="EndAndExpand"/>
</StackLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment