good resource for android admob tutorial [closed]
Is there anyone who has any good tutorial about admob for android apps? from registering , getting the API, placing ads in apps and paying out? I've never dealt with admob 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?
- 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
精彩评论