I have an admob ad banner which I\'d like to put at the bottom of my screen, and have the rest of the content resize to fill the available space when the ad loads in. I see
You can do that by using RelativeLayout without doing hackish stuff:
If the ad does not load for some strange reason, the ListView will take all the available space. On the other hand, if the ad does load, the ListView won't be overlapped by the ad.