<?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>「留言板」的迴響</title>
	<atom:link href="http://www.anyun.idv.tw/guestbook/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anyun.idv.tw</link>
	<description>資訊、布袋戲、遊戲</description>
	<lastBuildDate>Fri, 24 Jun 2011 05:31:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>由：Jas</title>
		<link>http://www.anyun.idv.tw/guestbook/comment-page-1#comment-43</link>
		<dc:creator>Jas</dc:creator>
		<pubDate>Wed, 30 Jun 2010 01:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyun.idv.tw/?page_id=313#comment-43</guid>
		<description>您好

串聯貼紙已不在原來的位址。
為解決破圖問題，
請到以下網址取得貼圖語法：

   1. 網摘、引用、連結，不轉載 - http://stickeraction.com/Anti-Parrot
   2. 反匿名攻訐 - http://stickeraction.com/anti-anonymous-troller
   3. 本站未加入置入性行銷 - http://stickeraction.com/no-placement
   4. 請星巴克善待衣索比亞農夫 - http://stickeraction.com/stir-it-up

謝謝。
&lt;blockquote&gt;&lt;b&gt;黯雲回應：&lt;/b&gt;
正在想說圖怎麼都沒了，已修改好了。

謝謝。
&lt;/blockquote&gt;
</description>
		<content:encoded><![CDATA[<p>您好</p>
<p>串聯貼紙已不在原來的位址。<br />
為解決破圖問題，<br />
請到以下網址取得貼圖語法：</p>
<p>   1. 網摘、引用、連結，不轉載 - <a href="http://stickeraction.com/Anti-Parrot">http://stickeraction.com/Anti-Parrot</a><br />
   2. 反匿名攻訐 - <a href="http://stickeraction.com/anti-anonymous-troller">http://stickeraction.com/anti-anonymous-troller</a><br />
   3. 本站未加入置入性行銷 - <a href="http://stickeraction.com/no-placement">http://stickeraction.com/no-placement</a><br />
   4. 請星巴克善待衣索比亞農夫 - <a href="http://stickeraction.com/stir-it-up">http://stickeraction.com/stir-it-up</a></p>
<p>謝謝。</p>
<blockquote><p><b>黯雲回應：</b><br />
正在想說圖怎麼都沒了，已修改好了。</p>
<p>謝謝。
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：天堂私服論壇</title>
		<link>http://www.anyun.idv.tw/guestbook/comment-page-1#comment-42</link>
		<dc:creator>天堂私服論壇</dc:creator>
		<pubDate>Sun, 30 May 2010 10:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyun.idv.tw/?page_id=313#comment-42</guid>
		<description>您好，我的網站是

http://go.365age.com/bbs

想與閣下的網站做交換連結，希望可以有機會和閣下交流

我已經將閣下網站作為友情連結，謝謝您。

網站名稱：天堂私服論壇
網站網址：http://go.365age.com/bbs
網站簡述：提供關於天堂私服討論的論壇。
&lt;blockquote&gt;&lt;b&gt;黯雲回應：&lt;/b&gt;
已加入囉～
&lt;/blockquote&gt;
</description>
		<content:encoded><![CDATA[<p>您好，我的網站是</p>
<p><a href="http://go.365age.com/bbs">http://go.365age.com/bbs</a></p>
<p>想與閣下的網站做交換連結，希望可以有機會和閣下交流</p>
<p>我已經將閣下網站作為友情連結，謝謝您。</p>
<p>網站名稱：天堂私服論壇<br />
網站網址：http://go.365age.com/bbs<br />
網站簡述：提供關於天堂私服討論的論壇。</p>
<blockquote><p><b>黯雲回應：</b><br />
已加入囉～
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：windlin</title>
		<link>http://www.anyun.idv.tw/guestbook/comment-page-1#comment-41</link>
		<dc:creator>windlin</dc:creator>
		<pubDate>Wed, 07 Apr 2010 21:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyun.idv.tw/?page_id=313#comment-41</guid>
		<description>public class BillGates extends TabActivity {
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        Resources res = getResources();
        
        TabHost tabHost = getTabHost();
        
        LayoutInflater.from(this).inflate(R.layout.main, 
        		             tabHost.getTabContentView(), true);

        tabHost.addTab(tabHost.newTabSpec(&quot;tab1&quot;)
                .setIndicator(&quot;tab1&quot;, res.getDrawable(R.drawable.a))
                .setContent(R.id.edit1));
        tabHost.addTab(tabHost.newTabSpec(&quot;tab2&quot;)
                .setIndicator(&quot;tab2&quot;, res.getDrawable(R.drawable.b))
                .setContent(R.id.edit2));
        tabHost.addTab(tabHost.newTabSpec(&quot;tab3&quot;)
                .setIndicator(&quot;tab3&quot;, res.getDrawable(R.drawable.c))
                .setContent(R.id.edit3));
        tabHost.addTab(tabHost.newTabSpec(&quot;tab4&quot;)
                .setIndicator(&quot;tab4&quot;, res.getDrawable(R.drawable.d))                
                .setContent(R.id.edit4));
    }
}

我想利用按Tab方式來切換不同Activity 我該如何增加程式嗎?
&lt;blockquote&gt;&lt;b&gt;黯雲回應：&lt;/b&gt;
建議你去看看sdk範例的ApiDemos，你這些問題裡面的範例都找的到...
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>public class BillGates extends TabActivity {<br />
    /** Called when the activity is first created. */<br />
    @Override<br />
    public void onCreate(Bundle savedInstanceState) {<br />
        super.onCreate(savedInstanceState);<br />
        Resources res = getResources();</p>
<p>        TabHost tabHost = getTabHost();</p>
<p>        LayoutInflater.from(this).inflate(R.layout.main,<br />
        		             tabHost.getTabContentView(), true);</p>
<p>        tabHost.addTab(tabHost.newTabSpec("tab1")<br />
                .setIndicator("tab1", res.getDrawable(R.drawable.a))<br />
                .setContent(R.id.edit1));<br />
        tabHost.addTab(tabHost.newTabSpec("tab2")<br />
                .setIndicator("tab2", res.getDrawable(R.drawable.b))<br />
                .setContent(R.id.edit2));<br />
        tabHost.addTab(tabHost.newTabSpec("tab3")<br />
                .setIndicator("tab3", res.getDrawable(R.drawable.c))<br />
                .setContent(R.id.edit3));<br />
        tabHost.addTab(tabHost.newTabSpec("tab4")<br />
                .setIndicator("tab4", res.getDrawable(R.drawable.d))<br />
                .setContent(R.id.edit4));<br />
    }<br />
}</p>
<p>我想利用按Tab方式來切換不同Activity 我該如何增加程式嗎?</p>
<blockquote><p><b>黯雲回應：</b><br />
建議你去看看sdk範例的ApiDemos，你這些問題裡面的範例都找的到...
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：Roy</title>
		<link>http://www.anyun.idv.tw/guestbook/comment-page-1#comment-40</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Sat, 03 Apr 2010 14:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyun.idv.tw/?page_id=313#comment-40</guid>
		<description>站長您好：
你設計的通話紀錄+軟體我覺得超讚的，正在使用中！
不過有個問題想回報跟您說一下，就是在通話紀錄那邊，如果長按選擇檢視聯絡人的時候，會出現連結到通訊錄裡不同人耶，有點奇怪哩，是否能請您檢查一下嗎？
謝謝您，期待修正後的更新版唷！
&lt;blockquote&gt;&lt;b&gt;黯雲回應：&lt;/b&gt;
請問您的手機行號是？
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>站長您好：<br />
你設計的通話紀錄+軟體我覺得超讚的，正在使用中！<br />
不過有個問題想回報跟您說一下，就是在通話紀錄那邊，如果長按選擇檢視聯絡人的時候，會出現連結到通訊錄裡不同人耶，有點奇怪哩，是否能請您檢查一下嗎？<br />
謝謝您，期待修正後的更新版唷！</p>
<blockquote><p><b>黯雲回應：</b><br />
請問您的手機行號是？
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：windlin</title>
		<link>http://www.anyun.idv.tw/guestbook/comment-page-1#comment-39</link>
		<dc:creator>windlin</dc:creator>
		<pubDate>Thu, 18 Mar 2010 06:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyun.idv.tw/?page_id=313#comment-39</guid>
		<description>就是假設我們有在手機中件資料庫
我想把資料庫備份到SD卡
該如何處理?
&lt;blockquote&gt;&lt;b&gt;黯雲回應：&lt;/b&gt;
沒試過，可以用java.io.File試看看～應該可以把檔案複製過去...不行的話就讀資料庫，然後見一個資料庫在sd卡在塞資料進去了
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>就是假設我們有在手機中件資料庫<br />
我想把資料庫備份到SD卡<br />
該如何處理?</p>
<blockquote><p><b>黯雲回應：</b><br />
沒試過，可以用java.io.File試看看～應該可以把檔案複製過去...不行的話就讀資料庫，然後見一個資料庫在sd卡在塞資料進去了
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：windlin</title>
		<link>http://www.anyun.idv.tw/guestbook/comment-page-1#comment-38</link>
		<dc:creator>windlin</dc:creator>
		<pubDate>Mon, 15 Mar 2010 18:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyun.idv.tw/?page_id=313#comment-38</guid>
		<description>請問一下 儲存在SQLite資料庫的資料 有辦法打包出來嗎?
&lt;blockquote&gt;&lt;b&gt;黯雲回應：&lt;/b&gt;
請問你指的打包是怎樣打包？&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>請問一下 儲存在SQLite資料庫的資料 有辦法打包出來嗎?</p>
<blockquote><p><b>黯雲回應：</b><br />
請問你指的打包是怎樣打包？</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：abin</title>
		<link>http://www.anyun.idv.tw/guestbook/comment-page-1#comment-37</link>
		<dc:creator>abin</dc:creator>
		<pubDate>Sat, 06 Mar 2010 18:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyun.idv.tw/?page_id=313#comment-37</guid>
		<description>我把要使用的.txt放入res/raw 

讀取路徑 我設定 名稱/res/raw

找不到

可以請問一下完整路徑是什麼嗎?
&lt;blockquote&gt;&lt;b&gt;黯雲回應：&lt;/b&gt;
前面回覆囉～
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>我把要使用的.txt放入res/raw </p>
<p>讀取路徑 我設定 名稱/res/raw</p>
<p>找不到</p>
<p>可以請問一下完整路徑是什麼嗎?</p>
<blockquote><p><b>黯雲回應：</b><br />
前面回覆囉～
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：abin</title>
		<link>http://www.anyun.idv.tw/guestbook/comment-page-1#comment-36</link>
		<dc:creator>abin</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyun.idv.tw/?page_id=313#comment-36</guid>
		<description>我將source.txt放入 res/raw下
那程式中 讀取這個位子
public static final String SQL_RATE_PATH =&quot;/res/raw/source.txt&quot;
路徑這樣寫好像錯了?
&lt;blockquote&gt;&lt;b&gt;黯雲回應：&lt;/b&gt;
前面回覆囉～
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>我將source.txt放入 res/raw下<br />
那程式中 讀取這個位子<br />
public static final String SQL_RATE_PATH ="/res/raw/source.txt"<br />
路徑這樣寫好像錯了?</p>
<blockquote><p><b>黯雲回應：</b><br />
前面回覆囉～
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：abin</title>
		<link>http://www.anyun.idv.tw/guestbook/comment-page-1#comment-35</link>
		<dc:creator>abin</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyun.idv.tw/?page_id=313#comment-35</guid>
		<description>還有個問題想問一下
關於背景服務的問題
像是音樂播放可以背景執行
但是被依些taskkill的軟體 就會造成程式被關閉無法撥放的問題
不知道有沒有方法讓他無法被task殺掉?
&lt;blockquote&gt;&lt;b&gt;黯雲回應：&lt;/b&gt;
不被砍可能難了點吧～正常設計本來就不該由程式來砍
要讓os會自動管理才對
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>還有個問題想問一下<br />
關於背景服務的問題<br />
像是音樂播放可以背景執行<br />
但是被依些taskkill的軟體 就會造成程式被關閉無法撥放的問題<br />
不知道有沒有方法讓他無法被task殺掉?</p>
<blockquote><p><b>黯雲回應：</b><br />
不被砍可能難了點吧～正常設計本來就不該由程式來砍<br />
要讓os會自動管理才對
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>由：abin</title>
		<link>http://www.anyun.idv.tw/guestbook/comment-page-1#comment-34</link>
		<dc:creator>abin</dc:creator>
		<pubDate>Wed, 03 Mar 2010 17:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyun.idv.tw/?page_id=313#comment-34</guid>
		<description>所以我想將txt檔包入apk中只要將檔案放入res/raw目錄下就可以了?

我txt檔是一些使用資訊，資料庫藉由讀取txt檔資料來做資料判讀

謝謝你的回覆^^
&lt;blockquote&gt;&lt;b&gt;黯雲回應：&lt;/b&gt;
用R.raw.ooxx就可以了喔～然後用串流方式去讀取了&lt;/blockquote&gt;
</description>
		<content:encoded><![CDATA[<p>所以我想將txt檔包入apk中只要將檔案放入res/raw目錄下就可以了?</p>
<p>我txt檔是一些使用資訊，資料庫藉由讀取txt檔資料來做資料判讀</p>
<p>謝謝你的回覆^^</p>
<blockquote><p><b>黯雲回應：</b><br />
用R.raw.ooxx就可以了喔～然後用串流方式去讀取了</p></blockquote>
]]></content:encoded>
	</item>
</channel>
</rss>

