I am a beginner in android and I need your help.
I have added an adMob adBanner at a bottom of my screen programmatically. Now what I want is, when the ad appears, it will push the view/views up and make enough spaces for it (example: it will push the list view up if my layout contains a listview or a tabView up if it contains a tabView).
How can I do that ??