Top "Adview" questions

Google Adview is an API to show advertisements from Google Admob / AdSense on smartphones and tablets on the Android, iOS and Windows Mobile platforms.

How to use addView to add view to layout?

I have read probably all posts and documentation but I still can't solve this issue. I want to use addView() …

android layout view viewgroup adview
How to know if AdMob ad has been loaded

My Andorid app works offline and online. It displays ads when it is in online mode. In a scenario where …

android api admob adview
The ad size and ad unit ID must be set before loadAd when set programmatically

I have no idea what is going on here but I am trying to set my ad unit ID dynamically …

java android admob adview
How do I show and hide admob banner ads?

Giving another chance to this comunity, my latest questions weren't ever answered Well I have a game, the game have …

android admob adview
What is the size, in pixels, of AdSize.BANNER?

In my Android app, I have an AdView: AdView adView = new AdView(this, AdSize.BANNER, MY_BANNER_UNIT_ID); How …

android admob adview
How to hide/disable admob adview?

I hide admob adview by view.gone: //adView.setClickable(false); //adView.clearFocus(); //adView.setEnabled(false); //adView.setFilterTouchesWhenObscured(true); //adView.setFocusable(…

android view admob adview
Issues with Loading AdMob Ads on App

I am trying to have an ad banner display on my app and I seem to be having an issue. …

java android xml admob adview
Admob on Multiple Activities?

I have 7 Activities in my application. I wants to display admob in every activity Whether i have to create each …

android android-activity admob adview
How to specify adUnitId programmatically for AdMob?

I'm trying to set adUnitId programmatically to ads from the new Google Play services (old AdMob). I have this in …

android admob adview
Android AdMob not showing LinearLayout on Bottom

Okay really weird situation with AdMob. I want to place the ad on the bottom I have a LinearLayout. When …

android admob android-linearlayout adview