Load the ad

mAdView.loadAd(adRequest);
Use onBannerAdLoaded() callback method to check Ad is loaded and once Ad is loaded, add the Ad in to your Listview. For InView Push down Ad implement animation for slide down and slide up in onBannerAdLoaded() and onBannerAdClosed() callback respectively.