Hello everyone
Need help.
I use Firebase Admob in my application
I noticed that displaying the ads increases the cache size. In this way, the application starts to slow down and crash.
How to solve this?
(sorry for my bad english)
Need help.
I use Firebase Admob in my application
I noticed that displaying the ads increases the cache size. In this way, the application starts to slow down and crash.
How to solve this?
(sorry for my bad english)
B4X:
Dim adSize As JavaObject
adSize.InitializeNewInstance("com.google.android.gms.ads.AdSize", Array(320, 50))
Dim BannerAd As AdView
BannerAd.Initialize2("BannerAd", "ca-app-pub-9999999999999999/9999999999", adSize)
panel1.AddView(BannerAd,(panel1.Width/2) -160dip,0dip,320dip,50dip)
BannerAd.LoadAd