Is there any way I can Use AdMob(or a View if I become more general) across different activities without inflating it separately from each activity (I don’t want the ad to restart every time when an activity changes)….And I want it to work from Versions 2.1 and Higher(Therefore I cannot use fragments)
Share
This can be achieved by using fragments,backporting the fragments might be possible which I haven’t tried yet.