I am trying to add Admob in my android application which consists of over 15 activities. My question is which solution is the best one, considering that I can't extend any "BaseActivity" (for various reasons), as presented in this example: Admob on Multiple Activities? and I don't want to violate any agreements regarding rules making adds requests and their use.
So far i've created a file admob.xml containing the com.admob.android.ads.AdView and I use "include layout" in each layout ".xml" file loaded in every activity.
Is this OK? Will I have any problems with Google policies or something like that? Or will this implementation cause me losing potential revenue?