在android应用中嵌入广告的方案

AdMob:The Mobile Advertising Platform Industry-leading mobile advertising and monetization solutions from the trusted name in mobile advertising. AdMob是一个比较成熟的移动平台广告商,其为android和iphone提供了非常方便的集成JAR包,使得开发者可以在自己的应用中很方便的嵌入其提供的广告,进而按照广告展示和点击次数付广告费。这里用个例子给大家演示下如何在自己的应用中集成AdMob的广告功能。 0、准备工作 去http://www.admob.com/注册一个帐号,然后添加一个“Add Mobile Site”,输入相关信息后,提交完成,进入AD代码获取界面,其提供了PHP,Rails等等类型的代码,同时提供了Android平台使用的JAR,我们就来演示这个。 1、下载JAR包 其为android平台提供了JAR包,然后将JAR添加到你的项目组,按照如下步骤 * Go to the Properties of your project (right-click on your project from the Package Explorer tab and select Properties) * Select "Java Build Path" from left panel * Select "Libraries" tab from the main window * Click on "Add JARs..." * Select the JAR copied to the libs directory * Click "OK" to add the SDK to your android project 2、编辑AndroidManifest.xml Your AdMob publisher ID was given to you when creating your publisher account on www.admob.com before downloading this code. It is a 15-character code like a14a48e3387c5ce. Just before the closing tag add a line to set your publisher ID:

Set any permissions not already included just before the closing tag:

Only the INTERNET permission is required. Setting READ_PHONE_STATE is highly recommended because it identifies the user letting a greater variety of more relevant ads be chosen. Finally setting ACCESS_COARSE_LOCATION (and/or ACCESS_FINE_LOCATION) will let geo-targeted ads be shown. 3、添加attrs.xml The attrs.xml file specifies custom AdView attributes in XML layout files. If your application does not already have an/res/values/attrs.xml file then create one and copy-and-paste the following into it. If you do have that file then just add the declare-styleable element: 4、Placing an AdView in a Layout AdView widgets can be put into any XML layout now. The first step is to reference attrs.xml in your layout element by adding an xmlns line that includes your package name specified in AndroidManifest.xml:

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值