<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for 美好私密之地</title>
	<atom:link href="http://mistasy.idv.tw/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://mistasy.idv.tw</link>
	<description>閱讀, 寫作, programming, 戲劇, 圍棋...</description>
	<lastBuildDate>Tue, 18 May 2010 12:02:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on My Android Note – User Interface: Building Custom Components by bugbunney</title>
		<link>http://mistasy.idv.tw/?p=579&#038;cpage=1#comment-41</link>
		<dc:creator>bugbunney</dc:creator>
		<pubDate>Tue, 18 May 2010 12:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://mistasy.idv.tw/?p=579#comment-41</guid>
		<description>看了你的文章,想請問一下,如何在程式碼下(非xml框架)自定view的大小,我試著傳入int形態的數字,就是不起作用</description>
		<content:encoded><![CDATA[<p>看了你的文章,想請問一下,如何在程式碼下(非xml框架)自定view的大小,我試著傳入int形態的數字,就是不起作用</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Android Note &#8211; Android 傳奇 III: Processes and Threads by milochen</title>
		<link>http://mistasy.idv.tw/?p=431&#038;cpage=1#comment-38</link>
		<dc:creator>milochen</dc:creator>
		<pubDate>Mon, 22 Mar 2010 08:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://mistasy.idv.tw/?p=431#comment-38</guid>
		<description>interface definition language(IDL)</description>
		<content:encoded><![CDATA[<p>interface definition language(IDL)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Android Note &#8211; Android 傳奇 I: Application Components by milochen</title>
		<link>http://mistasy.idv.tw/?p=327&#038;cpage=1#comment-37</link>
		<dc:creator>milochen</dc:creator>
		<pubDate>Mon, 22 Mar 2010 07:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://mistasy.idv.tw/?p=327#comment-37</guid>
		<description>Good ! Tks</description>
		<content:encoded><![CDATA[<p>Good ! Tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Android Note &#8211; User Interface: Handling UI Events by admin</title>
		<link>http://mistasy.idv.tw/?p=464&#038;cpage=1#comment-36</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 11 Mar 2010 14:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://mistasy.idv.tw/?p=464#comment-36</guid>
		<description>很高興看到我的筆記有幫助到你：）</description>
		<content:encoded><![CDATA[<p>很高興看到我的筆記有幫助到你：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Android Note &#8211; User Interface: Handling UI Events by J</title>
		<link>http://mistasy.idv.tw/?p=464&#038;cpage=1#comment-35</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 03 Mar 2010 07:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://mistasy.idv.tw/?p=464#comment-35</guid>
		<description>讚 !! 這資訊讓我解決了無法收到 key event 的問題</description>
		<content:encoded><![CDATA[<p>讚 !! 這資訊讓我解決了無法收到 key event 的問題</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Android Note &#8211; Android 傳奇 II: Activities and Tasks by Leo</title>
		<link>http://mistasy.idv.tw/?p=344&#038;cpage=1#comment-34</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 12 Feb 2010 19:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://mistasy.idv.tw/?p=344#comment-34</guid>
		<description>Hi, 非常喜歡您的 launch mode and flags 的 explanation.
請問您是否有從 use case 的角度去思考過不同的 launch mode 的使用時機嗎?
舉例, Browser 有用 alwaysRetainTaskState, 因為假設我今天用 browser 看美女的圖片, 這時候主管來找我, 我馬上回 home, 但是總不希望過了三十分鐘後回來看, 卻找不到我之前看的美女照吧? 

但是 launch mode 用的時機點我就不太確定, 另外對於 task affinity 的 allowtaskreparenting 也不是很確定.. 請問這方面您有研究過嗎?

thanks!</description>
		<content:encoded><![CDATA[<p>Hi, 非常喜歡您的 launch mode and flags 的 explanation.<br />
請問您是否有從 use case 的角度去思考過不同的 launch mode 的使用時機嗎?<br />
舉例, Browser 有用 alwaysRetainTaskState, 因為假設我今天用 browser 看美女的圖片, 這時候主管來找我, 我馬上回 home, 但是總不希望過了三十分鐘後回來看, 卻找不到我之前看的美女照吧? </p>
<p>但是 launch mode 用的時機點我就不太確定, 另外對於 task affinity 的 allowtaskreparenting 也不是很確定.. 請問這方面您有研究過嗎?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 心理醫生（上） by admin</title>
		<link>http://mistasy.idv.tw/?p=475&#038;cpage=1#comment-31</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 22 Jan 2010 13:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://mistasy.idv.tw/?p=475#comment-31</guid>
		<description>還沒貼XD</description>
		<content:encoded><![CDATA[<p>還沒貼XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 心理醫生（上） by Rowan</title>
		<link>http://mistasy.idv.tw/?p=475&#038;cpage=1#comment-30</link>
		<dc:creator>Rowan</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://mistasy.idv.tw/?p=475#comment-30</guid>
		<description>所以下集勒？</description>
		<content:encoded><![CDATA[<p>所以下集勒？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 心理醫生（上） by admin</title>
		<link>http://mistasy.idv.tw/?p=475&#038;cpage=1#comment-29</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 20 Jan 2010 14:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://mistasy.idv.tw/?p=475#comment-29</guid>
		<description>是的，高中寫的XD</description>
		<content:encoded><![CDATA[<p>是的，高中寫的XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 心理醫生（上） by Rowan</title>
		<link>http://mistasy.idv.tw/?p=475&#038;cpage=1#comment-28</link>
		<dc:creator>Rowan</dc:creator>
		<pubDate>Sun, 17 Jan 2010 09:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://mistasy.idv.tw/?p=475#comment-28</guid>
		<description>你是不是貼過這篇阿？好像以前看過～</description>
		<content:encoded><![CDATA[<p>你是不是貼過這篇阿？好像以前看過～</p>
]]></content:encoded>
	</item>
</channel>
</rss>
