<?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: How-to: Android as a RESTful Client</title>
	<atom:link href="http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/</link>
	<description>Just another Design project team</description>
	<lastBuildDate>Tue, 17 Nov 2009 23:00:01 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arun</title>
		<link>http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/comment-page-1/#comment-97</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Thu, 05 Nov 2009 11:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://senior.ceng.metu.edu.tr/2009/praeda/?p=170#comment-97</guid>
		<description>Hi,
  i have implemented this with android application. i have server running at 192.X.X.X:8080, but when I try to connect this, like httpClient.execute(httpPostmethod), where httpPostmethod has url- &quot;http://192.X.X.X:8080/AndroidGH/Health/registe&quot;, this gives me exception : connection to http://192.X.X.X:8080 is refused?

Can any body help on this?.....</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  i have implemented this with android application. i have server running at 192.X.X.X:8080, but when I try to connect this, like httpClient.execute(httpPostmethod), where httpPostmethod has url- &#8220;http://192.X.X.X:8080/AndroidGH/Health/registe&#8221;, this gives me exception : connection to <a href="http://192.X.X.X:8080" rel="nofollow">http://192.X.X.X:8080</a> is refused?</p>
<p>Can any body help on this?&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cansin</title>
		<link>http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/comment-page-1/#comment-90</link>
		<dc:creator>Cansin</dc:creator>
		<pubDate>Wed, 09 Sep 2009 13:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://senior.ceng.metu.edu.tr/2009/praeda/?p=170#comment-90</guid>
		<description>@Milos We are no longer developing our android application (see &lt;a href=&quot;http://senior.ceng.metu.edu.tr/2009/praeda/2009/09/09/a-late-goodbye/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;), and the team got separated at late June. So, unfortunately we can&#039;t help you. Sorry for the late response.</description>
		<content:encoded><![CDATA[<p>@Milos We are no longer developing our android application (see <a href="http://senior.ceng.metu.edu.tr/2009/praeda/2009/09/09/a-late-goodbye/" rel="nofollow">here</a>), and the team got separated at late June. So, unfortunately we can&#8217;t help you. Sorry for the late response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cansin</title>
		<link>http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/comment-page-1/#comment-88</link>
		<dc:creator>Cansin</dc:creator>
		<pubDate>Wed, 09 Sep 2009 13:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://senior.ceng.metu.edu.tr/2009/praeda/?p=170#comment-88</guid>
		<description>Please feel free to reuse the code.</description>
		<content:encoded><![CDATA[<p>Please feel free to reuse the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Olsson</title>
		<link>http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/comment-page-1/#comment-87</link>
		<dc:creator>David Olsson</dc:creator>
		<pubDate>Wed, 09 Sep 2009 09:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://senior.ceng.metu.edu.tr/2009/praeda/?p=170#comment-87</guid>
		<description>Great work! Under what license is this? is it ok to reuse your code in my own projects?</description>
		<content:encoded><![CDATA[<p>Great work! Under what license is this? is it ok to reuse your code in my own projects?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milos</title>
		<link>http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/comment-page-1/#comment-85</link>
		<dc:creator>Milos</dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://senior.ceng.metu.edu.tr/2009/praeda/?p=170#comment-85</guid>
		<description>I&#039;m trying to add two number using web service in C# and android client. Can you help me with this?
If you have some simple example, full project please

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to add two number using web service in C# and android client. Can you help me with this?<br />
If you have some simple example, full project please</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer</title>
		<link>http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/comment-page-1/#comment-84</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Thu, 16 Jul 2009 08:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://senior.ceng.metu.edu.tr/2009/praeda/?p=170#comment-84</guid>
		<description>Thanks for this valuable information. 

ellerine saglik. cok guzel anlatmissin. 

Omer</description>
		<content:encoded><![CDATA[<p>Thanks for this valuable information. </p>
<p>ellerine saglik. cok guzel anlatmissin. </p>
<p>Omer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronadi</title>
		<link>http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/comment-page-1/#comment-81</link>
		<dc:creator>Ronadi</dc:creator>
		<pubDate>Tue, 30 Jun 2009 07:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://senior.ceng.metu.edu.tr/2009/praeda/?p=170#comment-81</guid>
		<description>Thank you very much for posting this</description>
		<content:encoded><![CDATA[<p>Thank you very much for posting this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random Etc. - Android Tinkering</title>
		<link>http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/comment-page-1/#comment-70</link>
		<dc:creator>Random Etc. - Android Tinkering</dc:creator>
		<pubDate>Mon, 11 May 2009 21:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://senior.ceng.metu.edu.tr/2009/praeda/?p=170#comment-70</guid>
		<description>[...] Android libraries include the Apache HTTP library, which is quite good (if a little verbose). This HTTP &amp; JSON example is great, and as I discovered if you reuse the HttpClient object your app will load lots of data [...]</description>
		<content:encoded><![CDATA[<p>[...] Android libraries include the Apache HTTP library, which is quite good (if a little verbose). This HTTP &amp; JSON example is great, and as I discovered if you reuse the HttpClient object your app will load lots of data [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Carden</title>
		<link>http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/comment-page-1/#comment-69</link>
		<dc:creator>Tom Carden</dc:creator>
		<pubDate>Sun, 10 May 2009 17:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://senior.ceng.metu.edu.tr/2009/praeda/?p=170#comment-69</guid>
		<description>Thanks for posting this, it&#039;s very useful!

I found that reusing HttpClient across many requests greatly improved the performance of my application, but otherwise the code I&#039;m using looks pretty much like this.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this, it&#8217;s very useful!</p>
<p>I found that reusing HttpClient across many requests greatly improved the performance of my application, but otherwise the code I&#8217;m using looks pretty much like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva Prasad K V</title>
		<link>http://senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/comment-page-1/#comment-46</link>
		<dc:creator>Siva Prasad K V</dc:creator>
		<pubDate>Thu, 26 Mar 2009 07:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://senior.ceng.metu.edu.tr/2009/praeda/?p=170#comment-46</guid>
		<description>Hi, Its great job. Thanks for ur support.</description>
		<content:encoded><![CDATA[<p>Hi, Its great job. Thanks for ur support.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
