I've put some ads into one of my android apps and I'm just testing it out on my device.
When I load up my app, it can take around 5-10 seconds for the ad to display. Realistically, the user would have moved onto another screen by then so would never see them.
Is there any way I can have the ad show instantly? If not, how can I ever get ads to display in time for the user to see them (and potentially click)?
I could add some thread delaying on the buttons to stop them doing anything until the ad shows, but that's incredibly dirty...
adView.setAdListener
) But I want to check for ads in my adview which is in my main menu. How did you achieve this, as I have the same problem as you, but I don't have an adView in my Splash Screen. Thanks so much – Corinnecorinth