<?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 for Wiebe Elsinga</title>
	<atom:link href="http://wiebe-elsinga.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://wiebe-elsinga.com/blog</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>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on How-To: Android Client – Server designs by Shree</title>
		<link>http://wiebe-elsinga.com/blog/?p=405&#038;cpage=1#comment-19476</link>
		<dc:creator>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>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>Comment on Android game engines by Jason Brownlee</title>
		<link>http://wiebe-elsinga.com/blog/?p=438&#038;cpage=1#comment-18943</link>
		<dc:creator>Jason Brownlee</dc:creator>
		<pubDate>Mon, 23 Apr 2012 04:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=438#comment-18943</guid>
		<description>Great list of game engines.

I&#039;ve put together a massive list of &lt;a href=&quot;http://mobilegameengines.com/android/game_engines&quot; rel=&quot;nofollow&quot;&gt;Android Game Engines&lt;/a&gt;. I&#039;d be keen to know what you think?</description>
		<content:encoded><![CDATA[<p>Great list of game engines.</p>
<p>I&#8217;ve put together a massive list of <a href="http://mobilegameengines.com/android/game_engines" rel="nofollow">Android Game Engines</a>. I&#8217;d be keen to know what you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-To: Automatic testing for Android Applications by Anna</title>
		<link>http://wiebe-elsinga.com/blog/?p=300&#038;cpage=1#comment-18489</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Wed, 18 Apr 2012 18:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=300#comment-18489</guid>
		<description>I&#039;m new here... I&#039;ve tried your links but got errors for both Android.zip and AndroidTest.zip
Any suggestions?
Thank you,
-Anna
&lt;blockquote&gt;
&lt;a href=&quot;#comment-252&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;W.Elsinga:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 I made the source code available for download, see &lt;a href=&quot;http://wiebe-elsinga.com/blog/wp-content/uploads/2010/09/Android.zip&quot; rel=&quot;nofollow&quot;&gt;Android.zip&lt;/a&gt; and &lt;a href=&quot;http://wiebe-elsinga.com/blog/wp-content/uploads/2010/09/AndroidTest.zip&quot; rel=&quot;nofollow&quot;&gt;AndroidTest.zip&lt;/a&gt;
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m new here&#8230; I&#8217;ve tried your links but got errors for both Android.zip and AndroidTest.zip<br />
Any suggestions?<br />
Thank you,<br />
-Anna</p>
<blockquote><p>
<a href="#comment-252" rel="nofollow"><br />
<strong><em>W.Elsinga:</em></strong><br />
</a><br />
 I made the source code available for download, see <a href="http://wiebe-elsinga.com/blog/wp-content/uploads/2010/09/Android.zip" rel="nofollow">Android.zip</a> and <a href="http://wiebe-elsinga.com/blog/wp-content/uploads/2010/09/AndroidTest.zip" rel="nofollow">AndroidTest.zip</a>
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-To: Android Client – Server designs by W.Elsinga</title>
		<link>http://wiebe-elsinga.com/blog/?p=405&#038;cpage=1#comment-17393</link>
		<dc:creator>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>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>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>Comment on How-To: Android Client – Server designs by Christopher</title>
		<link>http://wiebe-elsinga.com/blog/?p=405&#038;cpage=1#comment-17351</link>
		<dc:creator>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>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>Comment on How-To: Android Fragments by Lilu</title>
		<link>http://wiebe-elsinga.com/blog/?p=578&#038;cpage=1#comment-16839</link>
		<dc:creator>Lilu</dc:creator>
		<pubDate>Wed, 21 Mar 2012 20:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=578#comment-16839</guid>
		<description>hello, thanks for the tutorial, do not speak English, so if I can not understand, I ask for your help, I want to create a list q to señeccionar an item from the list displays a default text me, if I select another item from another text display setting. I would appreciate help me, as a change in your tutorial q pictures but I leave a text?
would believe that change is here, in the FragmentExample.java

    public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle saved) {
    	int n;
    	Context c = getActivity().getApplicationContext();
        LinearLayout l = new LinearLayout(c);
        for (n = 0; n &lt; nAndroids; n++) {
        	ImageView i = new ImageView(c);
        	i.setImageResource(R.drawable.android);
        	l.addView(i);
        }
        return l;
    }
but I don`t know how  to save a different text to display, I saw somewhere that was saved in a text string you want, it then, but not how to do that: (</description>
		<content:encoded><![CDATA[<p>hello, thanks for the tutorial, do not speak English, so if I can not understand, I ask for your help, I want to create a list q to señeccionar an item from the list displays a default text me, if I select another item from another text display setting. I would appreciate help me, as a change in your tutorial q pictures but I leave a text?<br />
would believe that change is here, in the FragmentExample.java</p>
<p>    public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle saved) {<br />
    	int n;<br />
    	Context c = getActivity().getApplicationContext();<br />
        LinearLayout l = new LinearLayout(c);<br />
        for (n = 0; n &lt; nAndroids; n++) {<br />
        	ImageView i = new ImageView(c);<br />
        	i.setImageResource(R.drawable.android);<br />
        	l.addView(i);<br />
        }<br />
        return l;<br />
    }<br />
but I don`t know how  to save a different text to display, I saw somewhere that was saved in a text string you want, it then, but not how to do that: (</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MWC 2012 by W.Elsinga</title>
		<link>http://wiebe-elsinga.com/blog/?p=974&#038;cpage=1#comment-16745</link>
		<dc:creator>W.Elsinga</dc:creator>
		<pubDate>Tue, 20 Mar 2012 05:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=974#comment-16745</guid>
		<description>I will make it available next weekend.</description>
		<content:encoded><![CDATA[<p>I will make it available next weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Link: Hints and tips to improve Android code by Ivan</title>
		<link>http://wiebe-elsinga.com/blog/?p=932&#038;cpage=1#comment-16693</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Mon, 19 Mar 2012 13:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=932#comment-16693</guid>
		<description>I posted this one on wrong page, sorry</description>
		<content:encoded><![CDATA[<p>I posted this one on wrong page, sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MWC 2012 by Ivan</title>
		<link>http://wiebe-elsinga.com/blog/?p=974&#038;cpage=1#comment-16692</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Mon, 19 Mar 2012 13:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=974#comment-16692</guid>
		<description>Hallo,

is your presentation from mdevcon12 about prototyping available somewhere online? Do u mind to share it? I am really interesting but couldn’t attend conference this year..

10q, cheers</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>is your presentation from mdevcon12 about prototyping available somewhere online? Do u mind to share it? I am really interesting but couldn’t attend conference this year..</p>
<p>10q, cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Link: Hints and tips to improve Android code by Ivan</title>
		<link>http://wiebe-elsinga.com/blog/?p=932&#038;cpage=1#comment-16691</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Mon, 19 Mar 2012 13:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://wiebe-elsinga.com/blog/?p=932#comment-16691</guid>
		<description>Hallo, 

is your presentation from mdevcon12 about prototyping available somewhere online? Do u mind to share it? I am really interesting but couldn&#039;t attend conference this year.. 

10q, cheers</description>
		<content:encoded><![CDATA[<p>Hallo, </p>
<p>is your presentation from mdevcon12 about prototyping available somewhere online? Do u mind to share it? I am really interesting but couldn&#8217;t attend conference this year.. </p>
<p>10q, cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching using disk: basic
Object Caching 431/439 objects using disk: basic

Served from: wiebe-elsinga.com @ 2012-05-19 16:35:31 -->
