Questions tagged [adview]

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

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

Questions tagged with are related to the operation and behaviour of this API.

API homepage

300 questions
3
votes
2 answers

Android make contol of ADmob hide addview window after click on it

I am developing an android application and I want close the window of view adds after I click on the adds window using Resume event.I put a rule in resume event but this rule make adds never show. so if there is a way to make the view adds…
BilalMr
  • 307
  • 3
  • 22
3
votes
0 answers

Android MMAdView not displaying properly in S3?

Hi every one I am using MMAdView in one of my applications, it is working fine in all Devices Except SAMSUNG S3, why this happen, have any idea of this issue. Here an attached Screen short this 480x800 Htc Device And here Samsung s3 device…
NagarjunaReddy
  • 8,621
  • 10
  • 63
  • 98
3
votes
1 answer

URL of advertisement being fetched by Adview

I want to capture the image shown by Adview i.e., the actual advertisement. I do not want to take a screenshot. Only the actual image itself. If that is not possible, is there a way to capture the URL to the image so that I can fetch it separately?
Azeem K
  • 33
  • 4
3
votes
2 answers

google.ads.AdView not take the full width of screen in samsung galaxy notes

I am displaying a google.ads.AdView in my app at the bottom of the screen. All works fine. But the only problem is that it doesn't take the full width of the screen while showing in Samsung galaxy note, however while displaying in Nexus s it takes…
AndroidDev
  • 4,521
  • 24
  • 78
  • 126
2
votes
1 answer

Can't get AdView over my GLSurfaceView

I am not much experienced on Android layouts. What am I doing wrong? public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); adView = new AdView(this, AdSize.BANNER, MY_CODE); adView.loadAd(new…
user642252
  • 513
  • 5
  • 22
2
votes
2 answers

Android: Need Mopub Ad to Open in WebView when clicked on

I am curious how to load a webview when clicking on a mopub ad. By default the ad is opening a browser. There is very little documentation on this and I haven't been able to find any examples. I instantiate the AdView class that I found in the…
askilondz
  • 3,264
  • 2
  • 28
  • 40
2
votes
1 answer

Stop loading admob ads after click

I would like to stop the loading of ads after the user clicking on adview I already implemented adlistener and I put adView.stopLoading(); on onDismissScreen , but I get the following error when I close the ad web page: E/AndroidRuntime(1059):…
user1001635
  • 3,262
  • 3
  • 16
  • 17
2
votes
2 answers

Admob in the bottom of RecyclerView and NestedScrollView

I have RecyclerView with NestedScrollView and Toolbar. I want to place adview banner in the bottom so when a user is scrolling the banner is always visible. I don't know how to separate these views because nestedscrollview is not working when I…
sirswistak
  • 59
  • 8
2
votes
3 answers

How to know when someone has clicked on an Adview?

I'm using an adview in my application and want to know when someone has clicked that Adview! How I can do that? The onclicklistener does not seem to work.
letroll
  • 1,059
  • 1
  • 14
  • 36
2
votes
1 answer

AdMob AdView apears on top of ListView in Android

I am trying to get an AdView to appear at the bottom of my layout, its sort of working but for some reason my AdView is covering the last few rows of my ListView, instead of apearing right after it. I have tried a bunch of things including setting…
mbwasi
  • 3,612
  • 3
  • 30
  • 36
2
votes
2 answers

Leave AdView fixed on the top while scrolling the RecyclerView

I have a RecyclerView and above that, there is an AdView. When scrolling the RecyclerView I would like to leave the Adview in a fixed position. How can I do this? Here's my RecyclerView when I open the app. After scrolling the RecyclerView I'm…
Will V
  • 142
  • 11
2
votes
1 answer

White AdView in Android Studio

I wanna know, why my Admob Banner isnt working?? it only shows a white Banner with nothing. I used the test-Id´s.It dont show any errors. Here are my codes. I hope you can help.: Manifest.xml:
ahmad
  • 21
  • 1
  • 2
2
votes
3 answers

AdMob AdView only appearing in landscape orientation

Ok, I'm officially at my wit's end here. Working on an Android app that uses AdMob. Everything is set up to the letter following their instructions, no errors, etc. Problem is: I only see ads when the phone is in landscape orientation. I've…
Greg
  • 309
  • 1
  • 4
  • 16
2
votes
1 answer

Adview Size Smart_Banner broke when change orientation

I'm facing a problem that happen when I change orientation screen, the smart_banner doesn't refreshing. I search about and smart_banner should automatically refresh the banner's size, but they aren't doing this and I can't figure out why. EDIT: HOW…
Adley
  • 511
  • 1
  • 6
  • 19