<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; AppWidgetManager</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=appwidgetmanager" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>android开发:桌面组件AppWidgetManager</title>
		<link>http://www.lanxinbase.com/?p=1201</link>
		<comments>http://www.lanxinbase.com/?p=1201#comments</comments>
		<pubDate>Sun, 10 Jul 2016 07:31:05 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[7.android应用开发]]></category>
		<category><![CDATA[AppWidgetManager]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1201</guid>
		<description><![CDATA[\<\?xml version="1.0" encoding="utf-8"?\>
\<\appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
    android:minWidth="250dp"//宽度
    android:minHeight="180dp"//高度
    android:updatePeriodMillis="86400000"//一天更新一次
    android:previewImage="@drawable/example_appwidget_preview"//这是一张图片
    android:initialLayout="@layout/new_app_widget"//布局文件
    android:resizeMode="horizontal&#124;vertical"
    android:widgetCategory="home_screen"
    android:configure="com.lanxin.testwidget.MainActivity"//这里还申明了一个配置文件,在实际应用中,我们可能用不到配置文件,因为都是后台联网读取数据的,]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=1201</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
