Is there anyone have any good tutorial about admob for android apps? from registering , where to get the API, how to place ads in apps and how to payout? I've never deal with admod before so I don't understand how to do it. I tried to register in admob, but looks like I need to register my apps in market before I'm able to place ads in my apps. is this really is the way?

link|improve this question

The amount of accepted answers of your total questions. It is a measurement of how many times you have returned to your previous questions, either rewarding people who give answer or adding your own sollution if any possible – Nanne Apr 7 '11 at 15:00
ah that's because I still have some question for the answer, and the answerer still not answering the question. that's why. :) – Fugogugo Apr 8 '11 at 5:12
feedback

3 Answers

up vote 10 down vote accepted
  • You don't need your app in the market to use ads in your app(for example, testing your app). Just follow the tutorial mentioned below and test your app out with ads before submitting.
  • on admob's website, click "add site/app". fill in the details that are required. for the market URL, enter in market://details?id=your.package.name.goes.here.
  • these details can be changed anytime, so don't worry about it and change when you want..
  • there is no "final" process for when your app is ready to submit. if it works while testing, nothing more needs to be done before submitting your app.
  • see http://code.google.com/mobile/ads/docs/android/fundamentals.html for examples/tutorials installing the ads in your application
link|improve this answer
I've never thought that the URL can be changed anytime. thank you :) – Fugogugo Apr 7 '11 at 14:52
right. you really don't need to be TOO careful when it comes to admob. things can be easily changed. no need to worry about doing something "wrong" really. – binnyb Apr 7 '11 at 16:00
feedback

Just try the official tutorial here:

and download an example project here:

link|improve this answer
feedback

Try This Link.

It should be Useful for us.

http://devappandroid.com/android-beginner/add-admob-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.