WEB开发网
开发学院手机开发Android 开发 Android应用嵌入有米SDK教程 阅读

Android应用嵌入有米SDK教程

 2010-07-02 04:31:00 来源:WEB开发网   
核心提示:< attr name="textColor" format="color" />< attr name="keywords" format="string" />< attr name="refre

< attr name="textColor" format="color" />

< attr name="keywords" format="string" />

< attr name="refreshInterval" format="integer" />

< attr name="isGoneWithoutAd" format="boolean" />

< attr name="changeAdAnimation" format="boolean"/>

< /declare-styleable>

< /resources>

说明:

ØTesting:测试模式,如果是在调试程序中,建议设置为“true”,但是在发布程序前,一定要设置为false。默认为false。

ØbackgroundColor:设置广告视图的背景颜色

ØtextColor:设置广告文字的颜色

ØrefreshInterval:设置广告刷新率。默认为30s,设置范围为30s-200s

ØchangeAdAnimation:换广告的效果,true为翻转,false为淡入淡出

image007.png

步骤四:在main.xml中布局有米广告视图。

以下为一个实例:

注意:

xmlns:umadsdk="http://schemas.android.com/apk/res/net.youmi.HelloYouMi"

这句一定要加上,不然会提示错误。其中net.youmi.HelloYouMi是你应用程序包名

以下图示为成功添加有米广告的效果图:

image011.png

< ?xml version="1.0" encoding="utf-8"?>

< LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

xmlns:umadsdk="http://schemas.android.com/apk/res/net.youmi.HelloYouMi"

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

>

< TextView

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:textSize="20px"

android:text="@string/hello"

/>

< net.youmi.android.AdView

android:id="@+id/ad"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

umadsdk:refreshInterval="30"

umadsdk:changeAdAnimation="true"

/>

< /LinearLayout>

原文:http://hi.baidu.com/xiaopengzyz/blog/item/232910559abead123b293561.html

上一页  1 2 

Tags:Android 应用 嵌入

编辑录入:coldstar [复制链接] [打 印]
赞助商链接