<?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 Client – Server designs	</title>
	<atom:link href="http://wiebe-elsinga.com/blog/android-client-%E2%80%93-server-designs/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/</link>
	<description>Blog</description>
	<lastBuildDate>Fri, 27 Apr 2012 18:46:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8</generator>
	<item>
		<title>
		By: Shree		</title>
		<link>http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-19476</link>

		<dc:creator><![CDATA[Shree]]></dc:creator>
		<pubDate>Fri, 27 Apr 2012 18:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=405#comment-19476</guid>

					<description><![CDATA[I used the servlet example and I am getting the error as Error:Service not returning result. I am not able to recognize the problem. May I know what needs to be done ?]]></description>
			<content:encoded><![CDATA[<p>I used the servlet example and I am getting the error as Error:Service not returning result. I am not able to recognize the problem. May I know what needs to be done ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: W.Elsinga		</title>
		<link>http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-17393</link>

		<dc:creator><![CDATA[W.Elsinga]]></dc:creator>
		<pubDate>Thu, 05 Apr 2012 06:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=405#comment-17393</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-17351&quot;&gt;Christopher&lt;/a&gt;.

UI and network related actions should be running on different Threads ever since honeycomb was introduced.

Try to connect to the server on a different Thread.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-17351">Christopher</a>.</p>
<p>UI and network related actions should be running on different Threads ever since honeycomb was introduced.</p>
<p>Try to connect to the server on a different Thread.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Christopher		</title>
		<link>http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-17351</link>

		<dc:creator><![CDATA[Christopher]]></dc:creator>
		<pubDate>Wed, 04 Apr 2012 12:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=405#comment-17351</guid>

					<description><![CDATA[I got a few problems using the example &quot;servlet&quot;, i am using andorid 4.03 and tomcat7,

a few threads suggest i have to run network in a seperate thread,
the code works fine if i run the client in a console &quot;and it is not a network related bug&quot;

update?]]></description>
			<content:encoded><![CDATA[<p>I got a few problems using the example &#8220;servlet&#8221;, i am using andorid 4.03 and tomcat7,</p>
<p>a few threads suggest i have to run network in a seperate thread,<br />
the code works fine if i run the client in a console &#8220;and it is not a network related bug&#8221;</p>
<p>update?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: W.Elsinga		</title>
		<link>http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-14250</link>

		<dc:creator><![CDATA[W.Elsinga]]></dc:creator>
		<pubDate>Thu, 09 Feb 2012 09:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=405#comment-14250</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-14099&quot;&gt;TTT&lt;/a&gt;.

Are you using maven?.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-14099">TTT</a>.</p>
<p>Are you using maven?.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: TTT		</title>
		<link>http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-14099</link>

		<dc:creator><![CDATA[TTT]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 03:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=405#comment-14099</guid>

					<description><![CDATA[I added your project into my eclipse, but it has some error: the library javax.servlet is not found.]]></description>
			<content:encoded><![CDATA[<p>I added your project into my eclipse, but it has some error: the library javax.servlet is not found.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Parmesh		</title>
		<link>http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-9965</link>

		<dc:creator><![CDATA[Parmesh]]></dc:creator>
		<pubDate>Mon, 14 Nov 2011 12:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=405#comment-9965</guid>

					<description><![CDATA[This is very helpful tutorial, i have successfully worked for Servlet and Soap...thnx]]></description>
			<content:encoded><![CDATA[<p>This is very helpful tutorial, i have successfully worked for Servlet and Soap&#8230;thnx</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Victor		</title>
		<link>http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-3889</link>

		<dc:creator><![CDATA[Victor]]></dc:creator>
		<pubDate>Thu, 28 Apr 2011 12:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=405#comment-3889</guid>

					<description><![CDATA[Forgot to mention that I am using the servlet code. Thanks.]]></description>
			<content:encoded><![CDATA[<p>Forgot to mention that I am using the servlet code. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Victor		</title>
		<link>http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-3888</link>

		<dc:creator><![CDATA[Victor]]></dc:creator>
		<pubDate>Thu, 28 Apr 2011 12:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=405#comment-3888</guid>

					<description><![CDATA[I have changed the IP address to my computer IP 192.168.1.4 and I have changed the port number to 8080 and it gives me an error message: Error:Service not returning result.
What else could be changed? Thanks.]]></description>
			<content:encoded><![CDATA[<p>I have changed the IP address to my computer IP 192.168.1.4 and I have changed the port number to 8080 and it gives me an error message: Error:Service not returning result.<br />
What else could be changed? Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Victor		</title>
		<link>http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-3887</link>

		<dc:creator><![CDATA[Victor]]></dc:creator>
		<pubDate>Thu, 28 Apr 2011 12:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=405#comment-3887</guid>

					<description><![CDATA[I have changed the IP address to my computer IP 192.168.1.4 and I have changed the port number to 8080 and it gives me an error message: Error:Service not returning result.
What else could be changed? Thanks.]]></description>
			<content:encoded><![CDATA[<p>I have changed the IP address to my computer IP 192.168.1.4 and I have changed the port number to 8080 and it gives me an error message: Error:Service not returning result.<br />
What else could be changed? Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: itsakv		</title>
		<link>http://wiebe-elsinga.com/blog/android-client-%e2%80%93-server-designs/comment-page-1/#comment-3820</link>

		<dc:creator><![CDATA[itsakv]]></dc:creator>
		<pubDate>Tue, 26 Apr 2011 07:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=405#comment-3820</guid>

					<description><![CDATA[Hi i have tried webservice and servlet communication. both are not working.

servet communication gives following error when you click the button:

Error:Service not returning result]]></description>
			<content:encoded><![CDATA[<p>Hi i have tried webservice and servlet communication. both are not working.</p>
<p>servet communication gives following error when you click the button:</p>
<p>Error:Service not returning result</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
