<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/hqx2008" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/hqx2008" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 04 Oct 2008 09:44:00 GMT</lastBuildDate><title>Xsuo.Android</title><description>Don't Give up ! Love Luli</description><link>http://blog.csdn.net/hqx2008/</link><item><title>Reading and writing text files</title><link>http://blog.csdn.net/hqx2008/archive/2008/10/04/3015027.aspx</link><wfw:comment>http://blog.csdn.net/hqx2008/comments/3015027.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hqx2008/comments/commentRss/3015027.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3015027</trackback:ping><description>&lt;font face=&quot;Tahoma&quot;&gt;When reading and writing text files :
&lt;/font&gt;&lt;ul&gt;&lt;li&gt;&lt;font face=&quot;Tahoma&quot;&gt;
it is almost always a good idea to use buffering (default size is 8K)&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;Tahoma&quot;&gt;
it is often possible to use references to abstract base classes, instead
of references to specific concrete classes&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;Tahoma&quot;&gt;
there is always a need to pay attention to exceptions (in particular, &lt;a href=&quot;http://java.sun.com/javase/6/docs/api/java/io/IOException.html&quot;&gt;&lt;img src =&quot;http://blog.csdn.net/hqx2008/aggbug/3015027.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 04 Oct 2008 17:44:00 +0800</pubDate><author>Xsuo</author><comments>http://blog.csdn.net/hqx2008/archive/2008/10/04/3015027.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hqx2008/archive/2008/10/04/3015027.aspx</guid><dc:creator>Xsuo</dc:creator><fs:srclink>http://blog.csdn.net/hqx2008/archive/2008/10/04/3015027.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hqx2008/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hqx2008/~1347546/206307173/1352479</fs:itemid></item><item><title>任务</title><link>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014978.aspx</link><wfw:comment>http://blog.csdn.net/hqx2008/comments/3014978.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hqx2008/comments/commentRss/3014978.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3014978</trackback:ping><description>&lt;P&gt;&lt;FONT style=&quot;FONT-SIZE: 10pt&quot; face=Tahoma&gt;10.4&amp;nbsp;&amp;nbsp; 字数获取。分页查询，touch screen&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src =&quot;http://blog.csdn.net/hqx2008/aggbug/3014978.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 04 Oct 2008 17:17:00 +0800</pubDate><author>Xsuo</author><comments>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014978.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hqx2008/archive/2008/10/04/3014978.aspx</guid><dc:creator>Xsuo</dc:creator><fs:srclink>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014978.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hqx2008/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hqx2008/~1347546/206307174/1352479</fs:itemid></item><item><title>Touch Screen</title><link>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014961.aspx</link><wfw:comment>http://blog.csdn.net/hqx2008/comments/3014961.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hqx2008/comments/commentRss/3014961.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3014961</trackback:ping><description>&lt;P&gt;今天试了一天，在BookDetail实现public boolean onMotion&lt;STRONG&gt;Event&lt;/STRONG&gt;(Motion&lt;STRONG&gt;Event&lt;/STRONG&gt; &lt;STRONG&gt;event&lt;/STRONG&gt;)&lt;BR&gt;一直都没有效果！&lt;BR&gt;晚上才发现，原来要实现触摸方式。必须在自己的view里面实现&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;贴上一个例子做为参考：&lt;/P&gt;
&lt;DIV class=highlighter&gt;
&lt;OL class=highlighter-j&gt;
&lt;LI&gt;&lt;SPAN class=comment&gt;/*&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=alt&gt;&lt;SPAN class=comment&gt;*&amp;nbsp;Copyright&amp;nbsp;(C)&amp;nbsp;2007&amp;nbsp;Google&amp;nbsp;Inc.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class=comment&gt;*&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=alt&gt;&lt;SPAN class=comment&gt;*&amp;nbsp;Licensed&amp;nbsp;under&amp;nbsp;the&lt;img src =&quot;http://blog.csdn.net/hqx2008/aggbug/3014961.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 04 Oct 2008 17:05:00 +0800</pubDate><author>Xsuo</author><comments>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014961.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hqx2008/archive/2008/10/04/3014961.aspx</guid><dc:creator>Xsuo</dc:creator><fs:srclink>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014961.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hqx2008/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hqx2008/~1347546/206307175/1352479</fs:itemid></item><item><title>menu.add.icon</title><link>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014955.aspx</link><wfw:comment>http://blog.csdn.net/hqx2008/comments/3014955.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hqx2008/comments/commentRss/3014955.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3014955</trackback:ping><description>&lt;DIV class=highlighter&gt;
&lt;OL class=highlighter-j&gt;
&lt;LI&gt;&lt;SPAN&gt;menu.add(&lt;/SPAN&gt;&lt;SPAN class=number&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=number&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=string&gt;&quot;Channels&amp;nbsp;Map&quot;&lt;/SPAN&gt;&lt;SPAN&gt;);&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=alt&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=comment&gt;//&amp;nbsp;todo:&amp;nbsp;these&amp;nbsp;should&amp;nbsp;pull&amp;nbsp;from&amp;nbsp;a&amp;nbsp;resource&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;menu.add(&lt;/SPAN&gt;&lt;SPAN class=number&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;n&lt;img src =&quot;http://blog.csdn.net/hqx2008/aggbug/3014955.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 04 Oct 2008 17:00:00 +0800</pubDate><author>Xsuo</author><comments>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014955.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hqx2008/archive/2008/10/04/3014955.aspx</guid><dc:creator>Xsuo</dc:creator><fs:srclink>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014955.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hqx2008/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hqx2008/~1347546/206307176/1352479</fs:itemid></item><item><title>save image in Database</title><link>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014952.aspx</link><wfw:comment>http://blog.csdn.net/hqx2008/comments/3014952.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hqx2008/comments/commentRss/3014952.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3014952</trackback:ping><description>&lt;P&gt;&lt;FONT face=Tahoma&gt;&amp;nbsp;handled this by saving the image to the ContentProvider &lt;BR _fckxhtmljob=&quot;1&quot;&gt;android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI and then &lt;BR _fckxhtmljob=&quot;1&quot;&gt;saving the created URI to the database along with my item. &amp;nbsp;An example &lt;BR _fckxhtmljob=&quot;1&quot;&gt;of how to do this can be found here:&lt;/FONT&gt; &lt;/P&gt;
&lt;DIV class=highlighter&gt;
&lt;OL class=highlighter-j&gt;
&lt;LI&gt;&lt;SPAN class=comment&gt;/*&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=alt&gt;&lt;SPAN class=comment&gt;&amp;nbsp;*&amp;nbsp;Copyright&amp;nbsp;(C)&amp;&lt;img src =&quot;http://blog.csdn.net/hqx2008/aggbug/3014952.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 04 Oct 2008 16:56:00 +0800</pubDate><author>Xsuo</author><comments>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014952.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hqx2008/archive/2008/10/04/3014952.aspx</guid><dc:creator>Xsuo</dc:creator><fs:srclink>http://blog.csdn.net/hqx2008/archive/2008/10/04/3014952.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hqx2008/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hqx2008/~1347546/206307177/1352479</fs:itemid></item><item><title>VoIP 技术究竟是什么？</title><link>http://blog.csdn.net/hqx2008/archive/2008/06/17/2559154.aspx</link><wfw:comment>http://blog.csdn.net/hqx2008/comments/2559154.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hqx2008/comments/commentRss/2559154.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2559154</trackback:ping><description>自从1995年首次面世用来，VoIP已经成为世界上使用最广泛的电话产品。目前，VoIP用户大约是 5百万，业界观察家表示，未来两年，这一数字将增长5倍。

将打电话通过互联网传输的VoIP技术也是目前世界上最经济的电话技术之一。尽管存在一些严重的局限性，许多VoIP服务一个月的费用才只有20美元。
&lt;img src =&quot;http://blog.csdn.net/hqx2008/aggbug/2559154.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Jun 2008 07:57:00 +0800</pubDate><author>Xsuo</author><comments>http://blog.csdn.net/hqx2008/archive/2008/06/17/2559154.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hqx2008/archive/2008/06/17/2559154.aspx</guid><dc:creator>Xsuo</dc:creator><fs:srclink>http://blog.csdn.net/hqx2008/archive/2008/06/17/2559154.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hqx2008/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hqx2008/~1347546/206307178/1352479</fs:itemid></item><item><title>Gtalk基本功能完成</title><link>http://blog.csdn.net/hqx2008/archive/2008/06/17/2559001.aspx</link><wfw:comment>http://blog.csdn.net/hqx2008/comments/2559001.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hqx2008/comments/commentRss/2559001.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2559001</trackback:ping><description>Gtalk基本功能完成  上传源代码，供大家参考！&lt;img src =&quot;http://blog.csdn.net/hqx2008/aggbug/2559001.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Jun 2008 07:02:00 +0800</pubDate><author>Xsuo</author><comments>http://blog.csdn.net/hqx2008/archive/2008/06/17/2559001.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hqx2008/archive/2008/06/17/2559001.aspx</guid><dc:creator>Xsuo</dc:creator><fs:srclink>http://blog.csdn.net/hqx2008/archive/2008/06/17/2559001.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hqx2008/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hqx2008/~1347546/206307179/1352479</fs:itemid></item><item><title>Android：Gtalk(显示好友列表)</title><link>http://blog.csdn.net/hqx2008/archive/2008/06/14/2547520.aspx</link><wfw:comment>http://blog.csdn.net/hqx2008/comments/2547520.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hqx2008/comments/commentRss/2547520.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2547520</trackback:ping><description>Android：Gtalk(显示好友列表) &lt;img src =&quot;http://blog.csdn.net/hqx2008/aggbug/2547520.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 15 Jun 2008 04:22:00 +0800</pubDate><author>Xsuo</author><comments>http://blog.csdn.net/hqx2008/archive/2008/06/14/2547520.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hqx2008/archive/2008/06/14/2547520.aspx</guid><dc:creator>Xsuo</dc:creator><fs:srclink>http://blog.csdn.net/hqx2008/archive/2008/06/14/2547520.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hqx2008/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hqx2008/~1347546/206307180/1352479</fs:itemid></item><item><title>Gtalk登陆</title><link>http://blog.csdn.net/hqx2008/archive/2008/06/13/2543271.aspx</link><wfw:comment>http://blog.csdn.net/hqx2008/comments/2543271.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hqx2008/comments/commentRss/2543271.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2543271</trackback:ping><description>Gtalk登陆&lt;img src =&quot;http://blog.csdn.net/hqx2008/aggbug/2543271.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 13 Jun 2008 20:58:00 +0800</pubDate><author>Xsuo</author><comments>http://blog.csdn.net/hqx2008/archive/2008/06/13/2543271.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hqx2008/archive/2008/06/13/2543271.aspx</guid><dc:creator>Xsuo</dc:creator><fs:srclink>http://blog.csdn.net/hqx2008/archive/2008/06/13/2543271.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hqx2008/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hqx2008/~1347546/206307181/1352479</fs:itemid></item><item><title>3G版iPhone加入中文输入法(组图)</title><link>http://blog.csdn.net/hqx2008/archive/2008/06/10/2529560.aspx</link><wfw:comment>http://blog.csdn.net/hqx2008/comments/2529560.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hqx2008/comments/commentRss/2529560.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2529560</trackback:ping><description>北京时间6月10日凌晨消息，苹果公司“全球开发者大会”于北京时间今天凌晨开幕，正如外界预测的那样，苹果CEO斯蒂夫·乔布斯(Steve Jobs)在会上发布了3G版iPhone多媒体手机。&lt;img src =&quot;http://blog.csdn.net/hqx2008/aggbug/2529560.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 10 Jun 2008 18:45:00 +0800</pubDate><author>Xsuo</author><comments>http://blog.csdn.net/hqx2008/archive/2008/06/10/2529560.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hqx2008/archive/2008/06/10/2529560.aspx</guid><dc:creator>Xsuo</dc:creator><fs:srclink>http://blog.csdn.net/hqx2008/archive/2008/06/10/2529560.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hqx2008/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hqx2008/~1347546/206307182/1352479</fs:itemid></item></channel></rss>