Search code examples
androidandroid-activityadmobbanner-ads

How to show same ad banner on different screens?


I've added an AdMob banner to the first screen of the app. Now i need it on some other screens (different activities). How do I implement it without reloading banner to avoid extra usage of traffic?

Thanks.


Solution

  • I put Admob in its own fragment and just reuse that fragment across activities.