Hi Guys,

I wanna use medialets ad in my android app. I have faced some issues
which are listed below,

   1. Got an sample with downloaded sdk, banner ads are not working in
the sample itself, can anyone got this issue, whats wrong with the
banner ads?

   2. And Interstitial ads are working fine with the normal activity
which extends AdActivity. If I load the following lines in oncreate
then its getting crashed.

      InterstitialAdView view = new InterstitialAdView(AdDemo.this);
      view.setSlotName("ViewTwoFull");
      view.prepare();

      If I give that inside onclick() then its working fine.

   3. Actually I want to load the interstitial ads when an item
clicked in the list, my list activity is there with in the tab
activity, in this case interstitial ad also not coming.

Can anyone worked with medialets, how to solve these issues.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to