<?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 on: Writing Parcelable classes for Android</title>
	<atom:link href="http://blog.cluepusher.dk/2009/10/28/writing-parcelable-classes-for-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cluepusher.dk/2009/10/28/writing-parcelable-classes-for-android/</link>
	<description>Diary and thoughtspace of Rune B. Broberg</description>
	<lastBuildDate>Wed, 26 May 2010 16:29:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sebastian</title>
		<link>http://blog.cluepusher.dk/2009/10/28/writing-parcelable-classes-for-android/comment-page-1/#comment-11457</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Mon, 29 Mar 2010 02:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cluepusher.dk/?p=187#comment-11457</guid>
		<description>Hey, nice, but I don&#039;t get the in.readInt() or in.writeInt() used on the fors.

Seems that readInt() returns you the size of the in parcel, but the reference says:


public final void writeInt (int val)

Write an integer value into the parcel at the current dataPosition(), growing dataCapacity() if needed.


public final int readInt ()

Read an integer value from the parcel at the current dataPosition().


Can you explain that a little more? regards,</description>
		<content:encoded><![CDATA[<p>Hey, nice, but I don&#8217;t get the in.readInt() or in.writeInt() used on the fors.</p>
<p>Seems that readInt() returns you the size of the in parcel, but the reference says:</p>
<p>public final void writeInt (int val)</p>
<p>Write an integer value into the parcel at the current dataPosition(), growing dataCapacity() if needed.</p>
<p>public final int readInt ()</p>
<p>Read an integer value from the parcel at the current dataPosition().</p>
<p>Can you explain that a little more? regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://blog.cluepusher.dk/2009/10/28/writing-parcelable-classes-for-android/comment-page-1/#comment-9127</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 18 Nov 2009 10:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cluepusher.dk/?p=187#comment-9127</guid>
		<description>Thanks for sharing this implementation. That&#039;s already very helpful. Maybe if you find the time, you can add some information (sample code) on how to actually use the ParcelTest class in the application.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this implementation. That&#8217;s already very helpful. Maybe if you find the time, you can add some information (sample code) on how to actually use the ParcelTest class in the application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
