Any advice on how to get started setting up ads in an Android application? I don’t know what I need to know about ads in general.
I save admob being most frequently mentioned. Are there any other options?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I myself use Admob. Create an account, and create a key for your app here. Then download the library, add it to your project, and in your layout file, add something like this:
Also, add this line at the top of the layout file:
Finally, you’ll need to add this to your AndroidManifest.xml:
That is really all there is up to creating ads in your app. For more information, see this.