<?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>side2 &#187; TIPS</title>
	<atom:link href="http://side2.256byte.com/category/development-info/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://side2.256byte.com</link>
	<description>アンドロイドネタ(About Android)</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:59:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[TIPS]アクティビティの見た目をダイアログにする方法</title>
		<link>http://side2.256byte.com/2009/12/activity-theme-of-dialog/</link>
		<comments>http://side2.256byte.com/2009/12/activity-theme-of-dialog/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 06:16:03 +0000</pubDate>
		<dc:creator>Futaba</dc:creator>
				<category><![CDATA[TIPS]]></category>

		<guid isPermaLink="false">http://side2.256byte.com/?p=816</guid>
		<description><![CDATA[TIPSと言う名のメモ書き
AndroidManifest.xml ファイルの &#60;activity&#62; の属性に、
android:theme=&#34;@android:style/Theme.Dialog [...]]]></description>
		<wfw:commentRss>http://side2.256byte.com/2009/12/activity-theme-of-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[TIPS] カレンダーアプリの起動方法</title>
		<link>http://side2.256byte.com/2009/12/launch-the-calendar-app/</link>
		<comments>http://side2.256byte.com/2009/12/launch-the-calendar-app/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 17:26:20 +0000</pubDate>
		<dc:creator>Futaba</dc:creator>
				<category><![CDATA[TIPS]]></category>

		<guid isPermaLink="false">http://side2.256byte.com/?p=478</guid>
		<description><![CDATA[TIPSと言う名のメモ書き

基本的に、自作のアプリから他のアプリを起動するにはインテントを利用します。
Androidのカレンダーアプリの場合は、以下のようになります。

Intent i = new Intent(I [...]]]></description>
		<wfw:commentRss>http://side2.256byte.com/2009/12/launch-the-calendar-app/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[TIPS] ウィジェットサイズについて</title>
		<link>http://side2.256byte.com/2009/12/tips-app-widgets-size/</link>
		<comments>http://side2.256byte.com/2009/12/tips-app-widgets-size/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 23:07:17 +0000</pubDate>
		<dc:creator>Futaba</dc:creator>
				<category><![CDATA[TIPS]]></category>

		<guid isPermaLink="false">http://side2.256byte.com/?p=555</guid>
		<description><![CDATA[これは、開発の際に調べて判ったことのまとめで、TIPSと言う名のメモ書きです。

ウィジェットのサイズは、AppWidgetProviderInfoの minWidth / minHeight で指定する。その際のサイズ [...]]]></description>
		<wfw:commentRss>http://side2.256byte.com/2009/12/tips-app-widgets-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
