I want to check if AdView did load ads and is visible and therefore requires space on the display or if did not load an ad for example if internet connection is not available. If it did not load ads I can use the space for something else.
How to accomplish this?
You may implement AdListener for this purpose.
Just override onAdFailedToLoad
and onAdLoaded
.