Show a constant admob ad banner in all the activities
问题 I am working on an android application, i have embedded admob ad at the bottom of each activity and its shows ad in all activities, but i want to show a constant admob ad in all the activities that displays all the time without destroy itself during switching activities, please help me if any one know the solution for this problem, i have 3 activities and i also try to create a base class and extends all activities with this base class and call the function which creates and load the ad, but