I am integrating AdMob into my app and I wonder how to disable Ads correctly. I want to give the user the ability to disable them. I don\'t want to get any problems with AdM
I'm not sure if the layout reflows after you remove the adview; if it doesn't you can create an identical (except for the missing ad) layout. In your OnCreate, select the proper layout. Then, you just need to ensure that a configuration change is triggered after the user makes the selection (may already happen depending on how you let them select - e.g. returning from a preference screen).