My banners sometimes go off the screen. I am using the Leadbolt SDK 4.00a and Android 4.1 with the following code:
mAdView = new AdController(mActivity, "MY ID", this);
mAdView.setAdditionalDockingMargin(0);
mAdView.setAsynchTask(true);
mAdView.loadAd();
Image 1 http://imageshack.us/a/img27/9539/sc20130117140203.png Image 2 http://imageshack.us/a/img690/8301/sc20130117140148.png
Anyone have the same problem?
This can happen while Android is layouting the banner ad and it has not been fully loaded at that time.
I don't know if it's possible to bypass that problem because we don't have control over that ad view and the SDK doesn't allow to preload the ad.
I would suggest that you switch over to use HTML banner ads and interstitials. You have more control over where the ads need to be positioned, animate them and you don't need to use any advertising SDK (which may be black-listed by some security services).
Check out that post by me, if you have problems with resolution independence or opening HTML ad clicks in the native browser:
http://qa.leadboltads.com/questions/632/how-toandroid-make-html-ad-resolution-independent-and-open-in-native-browser