[android-developers] Re: How to add AdMob

2013-01-11 Thread William Ferguson
Admob forum: https://groups.google.com/forum/?fromgroups=#!forum/google-admob-ads-sdk I believe this is now a redundant setting. Just set it to Use test mode setting set in client code William On Friday, January 11, 2013 3:54:10 PM UTC+10, askl wrote: wow thank very much for your fast

Re: [android-developers] Re: How to add AdMob

2013-01-11 Thread AMAL SHIWANTHA
thanks for your support. * . Thank you, With Best regards, Sun Certified, * *Amal Shiwantha Ranasinghe.* * * *Google + https://plus.google.com/117853962252903474075/about | Linkedinhttp://lk.linkedin.com/in/amalshiwantha | Ceylon Calendar - 2012 http://youtu.be/ggBxYcoEiz8 |

[android-developers] Re: How to add AdMob

2013-01-10 Thread askl
Hi friends, Thankx for all comments. And ads displaying perfectly now. Please give me a perfect answer for these, *01. here is the my XML code* com.google.ads.AdView android:id=@+id/ad android:layout_width=wrap_content

[android-developers] Re: How to add AdMob

2013-01-10 Thread William Ferguson
You can leave testDevices in there, it won't hurt. And yes you can use it for all your Activities. NB you may be better off asking Admob questions on the Admob newsgroup. Though you have received some pretty good responses here. William On Friday, January 11, 2013 3:26:28 PM UTC+10, askl

[android-developers] Re: How to add AdMob

2013-01-10 Thread askl
wow thank very much for your fast respond. can u send me the admod newsgroup link. And just tell me what should i do for this option in AdMob Sites and Apps. https://lh6.googleusercontent.com/-yftJakdKDco/UO-ofwazLgI/EGU/dsN_TMZ83bE/s1600/AdMob+++Sites+and+Apps.png As well as if you can

[android-developers] Re: How to add AdMob

2013-01-10 Thread askl
And just tell me what should i do for this option in AdMob Sites and Apps. https://lh6.googleusercontent.com/-yftJakdKDco/UO-ofwazLgI/EGU/dsN_TMZ83bE/s1600/AdMob+++Sites+and+Apps.png On Tuesday, January 8, 2013 10:48:53 AM UTC+5:30, askl wrote: Hello Friends, I've many times try to

[android-developers] Re: How to add AdMob

2013-01-08 Thread bob
Please see this: https://developers.google.com/mobile-ads-sdk/docs/ Add this: * activity android:name=com.google.ads.AdActivity* * android:configChanges=keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize/ * * * And this: * uses-permission