To position your ad at the bottom, you need t understand how to use linear layout and relative layout,
Like if your content is in linear layout then you need to put all your content in the xml file
Using android:marginTop and android:marginBottom, you can put ad probably from the margintop which works better after putting all your content using android:marginTop
This is my view, its not the only way, there are others too.
Yeah and for this he needs to align all his app data with relative layout instead of previously used linear layout,
Can be a bit of hard work but worth it.