<?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: Android Series: Parsing JSON data with GSON</title>
	<atom:link href="http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/</link>
	<description>by Krzysztof Grajek</description>
	<lastBuildDate>Wed, 01 Sep 2010 18:10:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/comment-page-1/#comment-1180</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 03 Aug 2010 05:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=377#comment-1180</guid>
		<description>Check out my other tutorial on how to use ListView :)</description>
		<content:encoded><![CDATA[<p>Check out my other tutorial on how to use ListView <img src='http://www.softwarepassion.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jobe</title>
		<link>http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/comment-page-1/#comment-1179</link>
		<dc:creator>Jobe</dc:creator>
		<pubDate>Mon, 02 Aug 2010 22:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=377#comment-1179</guid>
		<description>How would you pull these results into a ListView?</description>
		<content:encoded><![CDATA[<p>How would you pull these results into a ListView?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: towhid</title>
		<link>http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/comment-page-1/#comment-1151</link>
		<dc:creator>towhid</dc:creator>
		<pubDate>Sun, 20 Jun 2010 08:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=377#comment-1151</guid>
		<description>Awesome ....man.......you r the One........</description>
		<content:encoded><![CDATA[<p>Awesome &#8230;.man&#8230;&#8230;.you r the One&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Selenium CaptureNetworkTraffic Example in Java</title>
		<link>http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/comment-page-1/#comment-1138</link>
		<dc:creator>A Selenium CaptureNetworkTraffic Example in Java</dc:creator>
		<pubDate>Wed, 26 May 2010 20:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=377#comment-1138</guid>
		<description>[...] http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/" rel="nofollow">http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pop</title>
		<link>http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/comment-page-1/#comment-1132</link>
		<dc:creator>Pop</dc:creator>
		<pubDate>Sat, 15 May 2010 06:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=377#comment-1132</guid>
		<description>Hi,


JSON has built in get and opt commands for parsing JSON objects and identify components. Is there any  advantage in using GSON which is an external library for this purpose?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>JSON has built in get and opt commands for parsing JSON objects and identify components. Is there any  advantage in using GSON which is an external library for this purpose?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schwaib</title>
		<link>http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/comment-page-1/#comment-1112</link>
		<dc:creator>Schwaib</dc:creator>
		<pubDate>Wed, 21 Apr 2010 13:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=377#comment-1112</guid>
		<description>thnx for your reply, it really help me to wipe-out some grey areas.

I was also wondering 90 is not a big number where each object only contain 4-5 properties in it. As far as internet speed is concerned i don&#039;t think its network speed issue,
This is the line that takes around 40-45 secs for 90 objects to convert, where &#039;json&#039; is the object returned from service service call.
MyDTOLite[] ass = gson.fromJson(json.optString(&quot;GetMyDTOLiteResult&quot;), MyDTOLite[].class);

I&#039;ll raise this question at GSON project site as well.</description>
		<content:encoded><![CDATA[<p>thnx for your reply, it really help me to wipe-out some grey areas.</p>
<p>I was also wondering 90 is not a big number where each object only contain 4-5 properties in it. As far as internet speed is concerned i don&#8217;t think its network speed issue,<br />
This is the line that takes around 40-45 secs for 90 objects to convert, where &#8216;json&#8217; is the object returned from service service call.<br />
MyDTOLite[] ass = gson.fromJson(json.optString(&#8220;GetMyDTOLiteResult&#8221;), MyDTOLite[].class);</p>
<p>I&#8217;ll raise this question at GSON project site as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/comment-page-1/#comment-1110</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 21 Apr 2010 10:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=377#comment-1110</guid>
		<description>Strange, 90 is not such a big number, I would rather guess its the network speed or you have really large object to parse. I cannot say GSON is optimized for android, as I guess its not optimized for any platform, but its pretty small and I haven&#039;t seen any complaints about its speed. You would have to look for answers on the gson project website.</description>
		<content:encoded><![CDATA[<p>Strange, 90 is not such a big number, I would rather guess its the network speed or you have really large object to parse. I cannot say GSON is optimized for android, as I guess its not optimized for any platform, but its pretty small and I haven&#8217;t seen any complaints about its speed. You would have to look for answers on the gson project website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schwaib</title>
		<link>http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/comment-page-1/#comment-1106</link>
		<dc:creator>Schwaib</dc:creator>
		<pubDate>Tue, 20 Apr 2010 15:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=377#comment-1106</guid>
		<description>Really nice article.. i just tried it, it works fine.. but i have a question. I am converting aa array of json objects to JavaObjs its length is around 90 and i found it taking more than 1 minute for this activity. Is it fine or GSON is not optimized for android???</description>
		<content:encoded><![CDATA[<p>Really nice article.. i just tried it, it works fine.. but i have a question. I am converting aa array of json objects to JavaObjs its length is around 90 and i found it taking more than 1 minute for this activity. Is it fine or GSON is not optimized for android???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fromUkraine</title>
		<link>http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/comment-page-1/#comment-1053</link>
		<dc:creator>fromUkraine</dc:creator>
		<pubDate>Tue, 30 Mar 2010 17:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=377#comment-1053</guid>
		<description>Thnx a lot! quite short but very helpfull article!</description>
		<content:encoded><![CDATA[<p>Thnx a lot! quite short but very helpfull article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
