0

Hai I used basic code for adwhirl to display ads by using AdWhirl. I created new app in adwhirl site and I added that key in the activity.

adWhirlLayout = new AdWhirlLayout(this, "adwhirl_key");

I used one linear layout in xml for ad and for AdwhirlLayout as a child to this LinearLayout for ad, and declared parameters for this child in the activity. I added this childview to the LinearLayout instance(which i declared in main.xml) by calling addView(adwhirlLayout instance);

When I ran the app, I can see the logs which represents it receiving a response but I am unable to see the ad in the emulator.

Eric Leichtenschlag
  • 8,881
  • 1
  • 28
  • 28
Sindhu Perumalla
  • 425
  • 1
  • 6
  • 14

1 Answers1

0

Just for the record, the process mentioned in the question is correct for integrating AdWhirl in Android. You also need to register an app at www.adwhirl.com to get an adwhirl_key as well as configure the app in the UI with individual ad networks and percentages of requests for each network.

Eric Leichtenschlag
  • 8,881
  • 1
  • 28
  • 28