'Admob - Firebase
AdView1.Initialize2("AdView1", "ca-app-pub-REMOVED/1234567890", AdView1.SIZE_SMART_BANNER) 'publisher id that you received from AdMob.
Dim ScreenHeight, pScreenWidth, AdLeftHandSide As Int
ScreenHeight = Activity.Height - 50dip
pScreenWidth=GetDeviceLayoutValues.Width
AdLeftHandSide = 0dip
Activity.AddView(AdView1, AdLeftHandSide, ScreenHeight, pScreenWidth, 50dip) 'previously the height was 48dip. Now it is 50dip.
AdView1.LoadAd 'loads an ad