<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Wink Saville's Blog</title>
	<link>http://www.winksaville.com/blog</link>
	<description>My personal notes</description>
	<pubDate>Wed, 19 Nov 2008 22:53:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Android - application debug logging by Bobby</title>
		<link>http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-9</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Tue, 05 Feb 2008 03:43:11 +0000</pubDate>
		<guid>http://www.winksaville.com/blog/programming/debug-logging-in-android/#comment-9</guid>
		<description>Thanks for posting this info.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse - line wrapping and indentation when formatting by Javed</title>
		<link>http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/#comment-6</link>
		<dc:creator>Javed</dc:creator>
		<pubDate>Tue, 22 Jan 2008 21:32:14 +0000</pubDate>
		<guid>http://www.winksaville.com/blog/java/eclipse-line-wrapping-and-indentation-when-formatting/#comment-6</guid>
		<description>Great Tip! I hate 80 characters limit and switching the readable code to un-readable code
StringBuffer a = new StringBuffer()
a.append("Abc....");

to 

StringBuffer a = new StringBuffer()
a.
append("Abc....");</description>
		<content:encoded><![CDATA[<p>Great Tip! I hate 80 characters limit and switching the readable code to un-readable code<br />
StringBuffer a = new StringBuffer()<br />
a.append(&#8221;Abc&#8230;.&#8221;);</p>
<p>to </p>
<p>StringBuffer a = new StringBuffer()<br />
a.<br />
append(&#8221;Abc&#8230;.&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android - IPC, aidl and IBinder by rektide</title>
		<link>http://www.winksaville.com/blog/programming/android-ipc-aidl/#comment-3</link>
		<dc:creator>rektide</dc:creator>
		<pubDate>Sun, 06 Jan 2008 03:52:33 +0000</pubDate>
		<guid>http://www.winksaville.com/blog/programming/android-ipc-aidl/#comment-3</guid>
		<description>spawn a new thread and deal with it there</description>
		<content:encoded><![CDATA[<p>spawn a new thread and deal with it there</p>
]]></content:encoded>
	</item>
</channel>
</rss>
