AdWhirl is an open source mediator that enables one to serve ads in an app from any number of ad networks as well as one's own house ads. By using multiple networks, one can determine which perform best for the particular app and optimize accordingly.
Questions tagged [adwhirl]
201 questions
1
vote
1 answer
Rotating AdWhirl Layout
i want to rotate the AdWhirl Banner -90 degrees.
The Banner-view should therefore viewed vertical on the left side.
My first idea was to override the onDraw Methode and put in there the logic to rotate, but I didnt found any possibility to override…

funcoder
- 1,975
- 20
- 14
1
vote
1 answer
Slide down an AdView when an ad is received
I've got a navigation controller with a view and a navigation bar.
I want to insert an AdView (I'm using AdWhirl) between the navbar and the view.
The AdView should slide down and push the view down (the view must resize itself, not going…

Quentin Hayot
- 7,786
- 6
- 45
- 62
1
vote
1 answer
Resizing UITableView When Displaying AdWhirl Ads Across Multiple Views
I am trying to integrate AdWhirl into my iPhone app using an AppDelegate singleton so I can use the same AdWhirl instance across multiple views, but cannot figure out how to resize the tables in those views. The code I am using is:
in…

user955853
- 399
- 2
- 14
1
vote
1 answer
Add a test device for Adwhirl
I have created an account of Adwhirl and add my Admob network to it.I am not displaying any advert when I am using Adwhirl. My logcat says
To get test ads on this device, call adRequest.addTestDevice("CF95DC53F383F9A836FD749F3EF439ZW");
If I use…

Dayerman
- 3,973
- 6
- 38
- 54
1
vote
1 answer
Android integration AdWhirl and AdMob
I'm trying to integrate AdWhirl and AdMob in my Android Application and I have some question:
I have many activities and I want put advertisement in most of them. In which activity should I put the following code?
//***ADWHIRL CODE
// These are…

user970644
- 13
- 4
1
vote
2 answers
How to use AdWhirl with an unsupported ad company?
Does anyone know how AdWhirl works?
I set up my custom event for Greystripe in which I initialize the SDK if it wasn't already initialized, and refresh the BannerView, but I don't see the custom event getting called. So my main question is, how and…

boo-urns
- 10,136
- 26
- 71
- 107
1
vote
0 answers
Adwhirl advertisement fetching from Admob
I integrated Adwhirl into my IOS app, opened an account and included the sdk of Admob to my project. I have set up all the things that I had to. The problem is when I run my application I don't see any ads displaying on my screen. However, in adMob…

kkocabiyik
- 4,246
- 7
- 30
- 40
1
vote
1 answer
Adwhirl Ads in Ipad
Hi I am Developing a universal App.i am showing adWhirl Ads on Iphone.its Working Fine
Now i want to display the Ads in Ipad.i have small doubts regarding this...
1)Is there any Configuration changes in Adwhirl For Ipad
2)Can I use Same Adwhirl…

Bad Boy
- 628
- 2
- 5
- 23
1
vote
1 answer
Add Adwhirl in Dialog causes Inflate Exception
i get an Inflate Exception,
android.view.InflateException: Binary XML file line #76: Error inflating class,
while adding AdWhirl Layout in the XML and set this XML as Content-View of the Dialog, i don't know why this exception is occurring and how…

Muhammad Farhan Habib
- 1,859
- 20
- 23
1
vote
0 answers
Adwhirl Custom Event with JumpTap
I was looking to add an unsupported Adwhirl ad provider to my Android application. It looks like I need to create a custom event for Adwhirl. Does anyone have an example of an Adwhirl custom event that I could use for reference?

HighLife
- 4,218
- 7
- 40
- 56
1
vote
1 answer
Android AdWhirl AdMob + InMobi strange behavour
I have successfully integrate AdWhirl (v3.0) with AdMob in InMobi.
Now when my app changes ad from let's say AdMob to InMboi strange animation appears (some white backgrounded InMobi animation).
I also have problem with heights of ads. Code snippet…

zmeda
- 2,909
- 9
- 36
- 56
1
vote
0 answers
Ad Whirl Click Listener
I dont have any Idea that what should happen when an Ad from Adwhirl is clicked , should we fire an intent to browser , if yes then what website should be opened and what method should be used .

Lion Heart
- 1,471
- 2
- 10
- 5
1
vote
2 answers
Objective-C, Ads on a scrollview
I'm currently using AdWhirl for my iOS app. I want to have my ads in the bottom of a scrollview. How can I achive that without Interface Builder, or can I use Interface builder?

Philip
- 11
- 1
1
vote
0 answers
Admob / Adwhirl changes active activity?
My problem is about Admob / Adwhirl and the activity that will become active when an ad is loaded.
I have a TabActivity and one of the tabs contains two views (two separate intents), on those two intents I fetch the onBackPressed to know if I have…

Nick Stemerdink
- 1,067
- 9
- 22
1
vote
1 answer
iPhone AdWhirl - How to share view across several view controllers
I want to share my ad banner across several view controllers, but I'm not sure how I should go about doing that. Everyone seems to be creating the AdWhirlView in their view controller, but then you have reload each time and the ad takes time to…
user317033