Using AdMob, how can I give an advertisement in an Android Application?

link|improve this question

Dev questions should be asked on stackoverflow.com. – gary comtois Jan 21 '11 at 13:00
As gary said, this site for Android users, not developers. Your question belongs on Stackoverflow – Bryan Denny Jan 21 '11 at 13:48
feedback

migrated from android.stackexchange.com Jan 21 '11 at 13:48

This question came from our site for enthusiasts and power users of the Android operating system.

2 Answers

up vote 8 down vote accepted

For AdMob Android App Integration

  1. Register or login at admob.com, and click 'Sites & Apps".
  2. Click "Add Site/App", and provide the info for your Android App. (Feel free to enter placeholder information if you just want to download the SDK without registering a real app.)
  3. Once you've added your site, you will be prompted to download the Android SDK and the integration PDF.
  4. The download includes the binaries, documentation, and a sample.
    1. Review the integration PDF at http://www.admob.com/docs/AdMob_Android_SDK_Instructions.pdf
    2. Read index.html for information on the AdMob SDK's classes and methods
    3. Look at the Lunar Lander sample project to see a working example

For more info you should check http://developer.admob.com/wiki/Android

Note: Description for you app/site on admob is very important, they use all info that appear there to provide your advertisement.

link|improve this answer
Thankx................ – AndroidDanger Feb 14 '11 at 6:11
4.1 point helps a lot – djk Feb 15 '11 at 9:57
feedback

Some more info that may help is this Question. You have to make sure that the AdMob view is at least 320dip, if it is not, you will never see an ad in your application.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.